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
public static float maxNearClipDistance { get; }
Property Value
Type |
Description |
System.Single |
|
nearClipDistance
Declaration
public static float nearClipDistance { get; }
Property Value
Type |
Description |
System.Single |
|
singlePassEnabled
Declaration
public static bool singlePassEnabled { get; }
Property Value
Type |
Description |
System.Boolean |
|
stabilizationDistance
Declaration
public static float stabilizationDistance { get; }
Property Value
Type |
Description |
System.Single |
|
useProtectedSurface
Declaration
public static bool useProtectedSurface { get; }
Property Value
Type |
Description |
System.Boolean |
|