OBJECT
SnapshotLocation
link GraphQL Schema definition
- type SnapshotLocation {
- # The viewing position at the time the snapshot was captured.
- : Point
- # The viewing rotation at the time the snapshot was captured.
- : Quaternion
- # The location the snapshot was taken from.
- : AnchorLocation
- }