Nocturna
    Preparing search index...

    Interface GameObjectObserver

    GameObjectObserver is notified when a new GameObject is spawned.

    interface GameObjectObserver {
        onSpawnObject(gameObject: GameObject): void;
    }

    Implemented by

    Index

    Methods