Method AddSystemToUpdateList
AddSystemToUpdateList(ComponentSystemBase)
Appends a managed system to the group's update list. The list will be sorted the next time the group is updated.
Declaration
public void AddSystemToUpdateList(ComponentSystemBase sys)
Parameters
Type | Name | Description |
---|---|---|
Component |
sys | The system to add. |
Exceptions
Type | Condition |
---|---|
Argument |
Thrown if a group is added to itself. |
AddSystemToUpdateList(SystemHandle)
Appends an unmanaged system to the group's update list. The list will be sorted the next time the group is updated.
Declaration
public void AddSystemToUpdateList(SystemHandle sysHandle)
Parameters
Type | Name | Description |
---|---|---|
System |
sysHandle | The system to add |