Class GraphicsSettings
Inheritance
GraphicsSettings
Assembly: UnityEngine.dll
Syntax
public sealed class GraphicsSettings : Object
Properties
lightsUseColorTemperature
Declaration
public static bool lightsUseColorTemperature { get; set; }
Property Value
lightsUseLinearIntensity
Declaration
public static bool lightsUseLinearIntensity { get; set; }
Property Value
|
Improve this Doc
View Source
renderPipelineAsset
Declaration
public static RenderPipelineAsset renderPipelineAsset { get; set; }
Property Value
transparencySortAxis
Declaration
public static Vector3 transparencySortAxis { get; set; }
Property Value
transparencySortMode
Declaration
public static TransparencySortMode transparencySortMode { get; set; }
Property Value
useScriptableRenderPipelineBatching
Declaration
public static bool useScriptableRenderPipelineBatching { get; set; }
Property Value
Methods
GetCustomShader(BuiltinShaderType)
Declaration
public static Shader GetCustomShader(BuiltinShaderType type)
Parameters
Returns
GetShaderMode(BuiltinShaderType)
Declaration
public static BuiltinShaderMode GetShaderMode(BuiltinShaderType type)
Parameters
Returns
|
Improve this Doc
View Source
HasShaderDefine(BuiltinShaderDefine)
Declaration
public static bool HasShaderDefine(BuiltinShaderDefine defineHash)
Parameters
Returns
HasShaderDefine(GraphicsTier, BuiltinShaderDefine)
Declaration
public static bool HasShaderDefine(GraphicsTier tier, BuiltinShaderDefine defineHash)
Parameters
Returns
SetCustomShader(BuiltinShaderType, Shader)
Declaration
public static void SetCustomShader(BuiltinShaderType type, Shader shader)
Parameters
SetShaderMode(BuiltinShaderType, BuiltinShaderMode)
Declaration
public static void SetShaderMode(BuiltinShaderType type, BuiltinShaderMode mode)
Parameters
Extension Methods