INPUT_OBJECT
CameraOptionsPatch
Patch structure for camera options. Only the attributes specified will be updated.
@internal
link GraphQL Schema definition
- input CameraOptionsPatch {
- # The new camera starting position.
- : CameraLocationPatch
- : CameraViewMode
- # The floors that are visible from the starting position.
- : [ID!]
- # The pano at the starting position.
- : ID
- : IQuaternion
- }