Class RenderingSettings
Inheritance
System.Object
RenderingSettings
Syntax
public static class RenderingSettings
Properties
cameraScale
Declaration
public static float cameraScale { get; }
Property Value
| Type |
Description |
| System.Single |
|
farClipDistance
Declaration
public static float farClipDistance { get; }
Property Value
| Type |
Description |
| System.Single |
|
focusDistance
Declaration
public static float focusDistance { get; }
Property Value
| Type |
Description |
| System.Single |
|
frameTimingHint
Declaration
public static FrameTimingHint frameTimingHint { get; }
Property Value
maxFarClipDistance
Declaration
public static float maxFarClipDistance { get; }
Property Value
| Type |
Description |
| System.Single |
|
maxNearClipDistance
Declaration
[Obsolete("use minNearClipDistance instead")]
public static float maxNearClipDistance { get; }
Property Value
| Type |
Description |
| System.Single |
|
minNearClipDistance
Declaration
public static float minNearClipDistance { get; }
Property Value
| Type |
Description |
| System.Single |
|
nearClipDistance
Declaration
public static float nearClipDistance { get; }
Property Value
| Type |
Description |
| System.Single |
|
singlePassEnabled
Declaration
[Obsolete("use MagicLeapSettings.forceMultipass to force multipass rendering instead")]
public static bool singlePassEnabled { get; }
Property Value
| Type |
Description |
| System.Boolean |
|
stabilizationDistance
Declaration
public static float stabilizationDistance { get; }
Property Value
| Type |
Description |
| System.Single |
|
surfaceScale
Declaration
[Obsolete("Use UnityEngine.XR.XRSettings.renderViewportScale instead")]
public static float surfaceScale { get; }
Property Value
| Type |
Description |
| System.Single |
|
useProtectedSurface
Declaration
public static bool useProtectedSurface { get; }
Property Value
| Type |
Description |
| System.Boolean |
|