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.
  • cameraLocation: CameraLocationPatch
  • viewMode: CameraViewMode
  • # The floors that are visible from the starting position.
  • floorVisibility: [ID!]
  • # The pano at the starting position.
  • pano: ID
  • panoQuaternion: IQuaternion
  • }