Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


AddGraphicsStateForVariant(Shader, PassIdentifier, LocalKeyword[], GraphicsState)

Adds a new graphics state associated with a shader variant.
Read time 1 minuteLast updated 13 days ago

Definition

public bool AddGraphicsStateForVariant(Shader shader, PassIdentifier passId, LocalKeyword[] keywords, GraphicsStateCollection.GraphicsState setup)

Parameters

shader

Shader used in associated variant.

PassIdentifier used in associated variant.

Array of keywords used in associated variant.

GraphicsState to add.

Returns

Type

Description

boolReturns true if the graphics state was added, false otherwise.