Interface IPreviewCamera
For specifying an alternate preview camera
Namespace: Unity.EditorXR
Assembly: solution.dll
Syntax
public interface IPreviewCamera
Properties
Name | Description |
---|---|
enabled | Enable or disable the preview camera |
hmdOnlyLayerMask | A layer mask that controls what will always render in the HMD and not in the preview |
previewCamera | The custom preview camera |
vrCamera | The actual HMD camera (will be provided by system) |