SystemGroup.Insert(int,BaseSystem).md

May 21, 2024 ยท View on GitHub

Friflo.Engine.ECS

Friflo.Engine.ECS.Systems.SystemGroup

SystemGroup.Insert(int, BaseSystem) Method

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);

Parameters

index System.Int32

system BaseSystem

Contents

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