Enum VolumeCamera.PolySpatialVolumeCameraMode
Enum to define the mode of the volume camera, Bounded or Unbounded.
Namespace: Unity.PolySpatial
Assembly: Unity.PolySpatial.dll
Syntax
public enum VolumeCamera.PolySpatialVolumeCameraMode
Fields
Name | Description |
---|---|
Bounded | Only content contained within the camera's bounding box appears inside your Volume Window. |
Metal | For use with hybrid apps. |
Unbounded | In this mode your entire Unity scene is shown in a visionOS Immersive Space. |