 | GameSystemAttributeOrder Property |
Order to add the systems in. Systems with higher order will be added later.
Namespace: Slash.Application.SystemsAssembly: Slash.Application (in Slash.Application.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic int Order { get; set; }
Public Property Order As Integer
Get
Set
public:
property int Order {
int get ();
void set (int value);
}
member Order : int with get, set
Property Value
Type:
Int32
See Also