|
Init(args)
Scripting Reference
|
Defines the default execution orders of various components.
Certain event functions on scripts with lower values are executed before ones on scripts with larger values.
Static Public Attributes | |
| const int | Referenceable = -32000 |
| Default execution order for the Referenceable component. | |
| const int | ServiceTag = -31900 |
| Default execution order for the ServiceTag and Init.ServiceTag components. | |
| const int | ServiceInitializer = -31300 |
| Default execution order for all Initializer components targeting a class that has the ServiceAttribute. | |
| const int | WrapperInitializer = -30000 |
| Default execution order for all Initializer components targeting a Wrapper<> class that does not have the ServiceAttribute. | |
| const int | Initializer = -20000 |
| Default execution order for all Initializer components targeting a class that does not have the ServiceAttribute. | |
| const int | MaxValue = 32000 |
| Largest possible script execution order value;. | |
| const int | MinValue = -32000 |
| Smallest possible script execution order value;. | |