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

    Interface Obj3DPosScreenEvent

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

    interface Obj3DPosScreenEvent {
        posScreen: Vector2;
        type: "OBJ3D_POS_SCREEN_CHANGED";
    }
    Index
    posScreen: Vector2

    The object's position projected into screen space.

    type: "OBJ3D_POS_SCREEN_CHANGED"

    Identifies this event type.