galaxy-nodes
    Preparing search index...

    Interface CameraCommand

    interface CameraCommand {
        direction?: SpaceDirection;
        edgeId?: string;
        nodeId?: string;
        nonce: number;
        type: "focus" | "focus-edge" | "move" | "reset";
    }
    Index

    Properties

    direction?: SpaceDirection
    edgeId?: string
    nodeId?: string
    nonce: number
    type: "focus" | "focus-edge" | "move" | "reset"