Class ModuleOrderAttribute
Specifies the order for this module in the list of all modules
This affects the order in which Load and ConnectDependency are called, and the order of modules in ModuleLoaderCore.modules
Implements
Inherited Members
Namespace: Unity.XRTools.ModuleLoader
Assembly: solution.dll
Syntax
public class ModuleOrderAttribute : Attribute, _Attribute
Constructors
Name | Description |
---|---|
ModuleOrderAttribute(int) | Initializes a new instance of ModuleOrderAttribute |
Properties
Name | Description |
---|---|
order | The sorting order for when this module should be loaded (or respond to callbacks in extensions of this attribute) |