Illutions Engine API - v0.26.0
    Preparing search index...

    Interface Obj3DRotWorldEvent

    Fired when the world rotation of a 3D object changes.

    interface Obj3DRotWorldEvent {
        rotWorld: Euler;
        type: "OBJ3D_ROT_WORLD_CHANGED";
    }
    Index
    rotWorld: Euler

    The object's rotation in world coordinates.

    type: "OBJ3D_ROT_WORLD_CHANGED"

    Identifies this event type.