Method ShouldGroupUpdate
ShouldGroupUpdate(ComponentSystemGroup)
Determines whether a system group should proceed with its update, and also how many times it should update per frame.
Declaration
bool ShouldGroupUpdate(ComponentSystemGroup group)
Parameters
Type | Name | Description |
---|---|---|
ComponentSystemGroup | group | The system group to check |
Returns
Type | Description |
---|---|
bool | True while the |