Enum VolumeCamera.WindowEvent
Enum for all possible window events that can occur on a volume camera.
Namespace: Unity.PolySpatial
Assembly: Unity.PolySpatial.dll
Syntax
public enum VolumeCamera.WindowEvent
Fields
Name | Description |
---|---|
Backgrounded | The volume camera window was closed due to being backgrounded. |
Closed | The volume camera window was closed due to being dismissed. |
Focused | The volume camera window either received focus or lost focus. |
Opened | The volume camera window was opened. |
Resized | The volume camera window was resized. See the OutputDimensions and ContentDimensions to figure out what the volume camera window was resized to. |