interface CameraSetLocationOptions {
    easeOptions?: EaseOptions;
    location: Vector3;
}

Properties

easeOptions?: EaseOptions
location: Vector3