Esposter
    Preparing search index...

    Interface GameObjectConfiguration

    interface GameObjectConfiguration {
        active: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    active: boolean

    The active state of this Game Object. A Game Object with an active state of true is processed by the Scenes UpdateList, if added to it. An active object is one which is having its logic and internal systems updated.