Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


RemoveGraphicsStatesForVariant(Shader, PassIdentifier, LocalKeyword[])

Remove all associated graphics states from a shader variant.
Read time 1 minuteLast updated 13 days ago

Definition

public bool RemoveGraphicsStatesForVariant(Shader shader, PassIdentifier passId, LocalKeyword[] keywords)

Parameters

shader

Shader used in the variant.

PassIdentifier used in the variant.

Array of keywords used in the variant.

Returns

Type

Description

boolReturns true if successfully removed, false otherwise.