Version: 2018.3 (switch to 2019.1)
LanguageEnglish
  • C#
Experimental: this API is experimental and might be changed or removed in the future.

RenderStateMapping Constructor

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

Parameters

renderTypeSpecifices the RenderType to override the render state for.
stateBlockSpecifies 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.

Did you find this page useful? Please give it a rating: