@minecraft/server
    Preparing search index...

    Interface CameraSetRotOptionsBeta

    interface CameraSetRotOptions {
        easeOptions?: CameraEaseOptions;
        location?: Vector3;
        rotation: Vector2;
    }
    Index

    Properties

    easeOptions?: CameraEaseOptions
    location?: Vector3
    rotation: Vector2