This version of Unity is unsupported.
Experimental: this API is experimental and might be changed or removed in the future.

RenderStateMapping Constructor

Declaration

public RenderStateMapping(Experimental.Rendering.RenderStateBlock stateBlock);

Declaration

public RenderStateMapping(string renderType, Experimental.Rendering.RenderStateBlock stateBlock);

Parameters

renderType Specifices the RenderType to override the render state for.
stateBlock Specifies the values to override the render state with.

Description

Creates a new render state mapping with the specified values.

If renderType is not specified, the mapping will match any RenderType.