Constructor UpdateInGroupAttribute
UpdateInGroupAttribute(Type)
Specify the ComponentSystemGroup which the tagged system should be added to. The tagged system will be updated as part of this system group's Update() method.
Declaration
public UpdateInGroupAttribute(Type groupType)
Parameters
Type | Name | Description |
---|---|---|
Type | groupType | The ComponentSystemGroup type/ |
Exceptions
Type | Condition |
---|---|
ArgumentNullException | Thrown id the group type is empty. |