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 | 
|---|---|---|
| ComponentSystemBase | sys | The system to add. | 
Exceptions
| Type | Condition | 
|---|---|
| ArgumentException | 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 | 
|---|---|---|
| SystemHandle | sysHandle | The system to add |