Class RegisterInitializationAttribute
Attributes used to mark a custom attribute as an initialization attribute. Meaning it'll be initialized in editor mode after code recompiles or at runtime.
Implements
Inherited Members
Namespace: LobsterFramework.Init
Assembly: LobsterFramework.dll
Syntax
[AttributeUsage(AttributeTargets.Class, AllowMultiple = false, Inherited = false)]
public sealed class RegisterInitializationAttribute : Attribute, _Attribute
Remarks
The attribute inherit from InitializationAttribute, be sealed, and implement a static method returns bool with name as CompatabilityCheckerMethodName
Constructors
| Improve this Doc View SourceRegisterInitializationAttribute(int)
Declaration
public RegisterInitializationAttribute(int priority = 0)
Parameters
Type | Name | Description |
---|---|---|
int | priority | Determines the order this attribute will be initialized compared to other attribtues. Higher priority means earlier initialization. |
Fields
| Improve this Doc View SourceAttributeType
Declaration
public InitializationAttributeType AttributeType
Field Value
Type | Description |
---|---|
InitializationAttributeType |