Class RenderSettings
Inheritance
RenderSettings
Assembly: UnityEngine.dll
Syntax
public sealed class RenderSettings : Object
Properties
ambientEquatorColor
Declaration
public static Color ambientEquatorColor { get; set; }
Property Value
ambientGroundColor
Declaration
public static Color ambientGroundColor { get; set; }
Property Value
ambientIntensity
Declaration
public static float ambientIntensity { get; set; }
Property Value
ambientLight
Declaration
public static Color ambientLight { get; set; }
Property Value
ambientMode
Declaration
public static AmbientMode ambientMode { get; set; }
Property Value
ambientProbe
Declaration
public static SphericalHarmonicsL2 ambientProbe { get; set; }
Property Value
|
Improve this Doc
View Source
ambientSkyboxAmount
Declaration
[Obsolete("Use RenderSettings.ambientIntensity instead (UnityUpgradable) -> ambientIntensity", false)]
public static float ambientSkyboxAmount { get; set; }
Property Value
ambientSkyColor
Declaration
public static Color ambientSkyColor { get; set; }
Property Value
customReflection
Declaration
public static Cubemap customReflection { get; set; }
Property Value
defaultReflectionMode
Declaration
public static DefaultReflectionMode defaultReflectionMode { get; set; }
Property Value
defaultReflectionResolution
Declaration
public static int defaultReflectionResolution { get; set; }
Property Value
flareFadeSpeed
Declaration
public static float flareFadeSpeed { get; set; }
Property Value
flareStrength
Declaration
public static float flareStrength { get; set; }
Property Value
fog
Declaration
public static bool fog { get; set; }
Property Value
fogColor
Declaration
public static Color fogColor { get; set; }
Property Value
fogDensity
Declaration
public static float fogDensity { get; set; }
Property Value
fogEndDistance
Declaration
public static float fogEndDistance { get; set; }
Property Value
fogMode
Declaration
public static FogMode fogMode { get; set; }
Property Value
fogStartDistance
Declaration
public static float fogStartDistance { get; set; }
Property Value
haloStrength
Declaration
public static float haloStrength { get; set; }
Property Value
reflectionBounces
Declaration
public static int reflectionBounces { get; set; }
Property Value
reflectionIntensity
Declaration
public static float reflectionIntensity { get; set; }
Property Value
skybox
Declaration
public static Material skybox { get; set; }
Property Value
subtractiveShadowColor
Declaration
public static Color subtractiveShadowColor { get; set; }
Property Value
sun
Declaration
public static Light sun { get; set; }
Property Value
Extension Methods