Method RemoveSystemFromUpdateList
RemoveSystemFromUpdateList(ComponentSystemBase)
Requests that a managed system be removed from the group's update list. The system will be removed the next time the group is sorted.
Declaration
public void RemoveSystemFromUpdateList(ComponentSystemBase sys)
Parameters
| Type | Name | Description |
|---|---|---|
| ComponentSystemBase | sys | The system to remove |
RemoveSystemFromUpdateList(SystemHandle)
Requests that an unmanaged system be removed from the group's update list. The system will be removed the next time the group is sorted.
Declaration
public void RemoveSystemFromUpdateList(SystemHandle sys)
Parameters
| Type | Name | Description |
|---|---|---|
| SystemHandle | sys | The system to remove |