Enum InitializationAttributeType
Indicate whether the attribute should be fetched during editor/runtime only or both
Namespace: LobsterFramework.Init
Assembly: LobsterFramework.dll
Syntax
public enum InitializationAttributeType
Fields
Name | Description |
---|---|
Dual | This attribute shall be fetched in editor mode after compilation, and in play mode/build |
Editor | This attribute shall be fetched in editor mode after compilation |
Runtime | This attribute shall be fetched in play mode/build |