Class ModuleOrderAttribute
Suggests the order for this module in the list of all modules This affects the order in which Load and Unload are called
Namespace: Unity.Labs.ModuleLoader
Syntax
public class ModuleOrderAttribute : Attribute, _Attribute
Constructors
ModuleOrderAttribute(Int32)
Declaration
public ModuleOrderAttribute(int order)
Parameters
| Type | Name | Description |
|---|---|---|
| Int32 | order |
Properties
order
Declaration
public int order { get; }
Property Value
| Type | Description |
|---|---|
| Int32 |