Struct DrawRendererSettings
Assembly: UnityEngine.dll
Syntax
public struct DrawRendererSettings
Constructors
|
Improve this Doc
View Source
DrawRendererSettings(Camera, ShaderPassName)
Declaration
public DrawRendererSettings(Camera camera, ShaderPassName shaderPassName)
Parameters
Fields
|
Improve this Doc
View Source
flags
Declaration
public DrawRendererFlags flags
Field Value
|
Improve this Doc
View Source
maxShaderPasses
Declaration
public static readonly int maxShaderPasses
Field Value
|
Improve this Doc
View Source
rendererConfiguration
Declaration
public RendererConfiguration rendererConfiguration
Field Value
|
Improve this Doc
View Source
sorting
Declaration
public DrawRendererSortSettings sorting
Field Value
Methods
|
Improve this Doc
View Source
SetOverrideMaterial(Material, Int32)
Declaration
public void SetOverrideMaterial(Material mat, int passIndex)
Parameters
|
Improve this Doc
View Source
SetShaderPassName(Int32, ShaderPassName)
Declaration
public void SetShaderPassName(int index, ShaderPassName shaderPassName)
Parameters
Extension Methods