Constructor UpdateBeforeAttribute
UpdateBeforeAttribute(Type)
Specify a system which the tagged system must update before.
Declaration
public UpdateBeforeAttribute(Type systemType)
Parameters
Type | Name | Description |
---|---|---|
Type | systemType | The target system which the tagged system must update before. This system must be a member of the same ComponentSystemGroup. |
Exceptions
Type | Condition |
---|---|
ArgumentNullException | Thrown if the system type is empty. |