C# Class UnityEditor.Rendering.TierSettings

Afficher le fichier Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Méthodes publiques

Свойство Type Description
cascadedShadowMaps bool
reflectionProbeBlending bool
reflectionProbeBoxProjection bool
renderingPath RenderingPath
standardShaderQuality ShaderQuality

Property Details

cascadedShadowMaps public_oe property

Allows you to specify whether cascaded shadow maps should be used.

public bool cascadedShadowMaps
Résultat bool

reflectionProbeBlending public_oe property

Allows you to specify whether Reflection Probes Blending should be enabled.

public bool reflectionProbeBlending
Résultat bool

reflectionProbeBoxProjection public_oe property

Allows you to specify whether Reflection Probes Box Projection should be used.

public bool reflectionProbeBoxProjection
Résultat bool

renderingPath public_oe property

The rendering path that should be used.

public RenderingPath renderingPath
Résultat RenderingPath

standardShaderQuality public_oe property

Allows you to select Standard Shader Quality.

public ShaderQuality standardShaderQuality
Résultat ShaderQuality