Struct RenderStateBlock
Assembly: UnityEngine.dll
Syntax
public struct RenderStateBlock
Constructors
|
Improve this Doc
View Source
RenderStateBlock(RenderStateMask)
Declaration
public RenderStateBlock(RenderStateMask mask)
Parameters
Properties
|
Improve this Doc
View Source
blendState
Declaration
public BlendState blendState { get; set; }
Property Value
|
Improve this Doc
View Source
depthState
Declaration
public DepthState depthState { get; set; }
Property Value
|
Improve this Doc
View Source
mask
Declaration
public RenderStateMask mask { get; set; }
Property Value
|
Improve this Doc
View Source
rasterState
Declaration
public RasterState rasterState { get; set; }
Property Value
|
Improve this Doc
View Source
stencilReference
Declaration
public int stencilReference { get; set; }
Property Value
|
Improve this Doc
View Source
stencilState
Declaration
public StencilState stencilState { get; set; }
Property Value
Extension Methods