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