This version of Unity is unsupported.

RenderStateBlock Constructor

Declaration

public RenderStateBlock(Rendering.RenderStateMask mask);

Parameters

mask Specifies which parts of the GPU's render state to override.

Description

Creates a new render state block with the specified mask.

All states are initialized to their default values.