Method ShouldGroupUpdate
ShouldGroupUpdate(ComponentSystemGroup)
Determines whether a system group should proceed with its update.
Declaration
public bool ShouldGroupUpdate(ComponentSystemGroup group)
Parameters
Type | Name | Description |
---|---|---|
ComponentSystemGroup | group | The system group to check |
Returns
Type | Description |
---|---|
bool | True if |