Selva Compute API Reference - v1.1.2
    Preparing search index...
    interface LightEventMap {
        added: {};
        childadded: { child: Object3D };
        childremoved: { child: Object3D };
        dispose: {};
        removed: {};
    }

    Hierarchy (View Summary)

    Index

    Properties

    added: {}

    Fires when the object has been added to its parent object.

    childadded: { child: Object3D }

    Fires when a new child object has been added.

    childremoved: { child: Object3D }

    Fires when a new child object has been removed.

    dispose: {}
    removed: {}

    Fires when the object has been removed from its parent object.