Search Results for

    Show / Hide Table of Contents

    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

    • Improve this Doc
    • View Source
    In This Article
    Back to top LobsterFramework documentation