BaseSystem.MoveSystemTo(SystemGroup,int).md

May 21, 2024 ยท View on GitHub

Friflo.Engine.ECS

Friflo.Engine.ECS.Systems.BaseSystem

BaseSystem.MoveSystemTo(SystemGroup, int) Method

Move the system to the specified targetGroup at the given index.
If index is -1 the system is moved to the tail of the group.

public int MoveSystemTo(Friflo.Engine.ECS.Systems.SystemGroup targetGroup, int index);

Parameters

targetGroup SystemGroup

index System.Int32

Returns

System.Int32

Contents

  1. 0.1Friflo.Engine.ECS.Systems.BaseSystem
  2. 1BaseSystem.MoveSystemTo(SystemGroup, int) Method