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

Properties

easeOptions?: EaseOptions
location?: Vector3
rotation: Vector2