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

    Interface Obj3DPosWorldEvent

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

    interface Obj3DPosWorldEvent {
        posWorld: Vector3;
        type: "OBJ3D_POS_WORLD_CHANGED";
    }
    Index
    posWorld: Vector3

    The object's position in world coordinates.

    type: "OBJ3D_POS_WORLD_CHANGED"

    Identifies this event type.