Adds the passed system at the given index to the group.
If index == -1 the system is added to the tail of the group.
public void Insert(int index, Friflo.Engine.ECS.Systems.BaseSystem system);
index
System.Int32
system
BaseSystem
Adds the passed system at the given index to the group.
If index == -1 the system is added to the tail of the group.
public void Insert(int index, Friflo.Engine.ECS.Systems.BaseSystem system);
index
System.Int32
system
BaseSystem