Version: 2022.3
言語: 日本語
public void EnableShaderKeyword (string keyword);

パラメーター

keyword Name of a global shader keyword to enable.

説明

Adds a command to enable a global keyword with a given name.

If a global keyword with the name you pass in does not exist, Unity creates one with that name when you call this function. To get all the global keywords that already exist, use Shader.globalKeywords. Note: it is more efficient to use EnableKeyword.

関連項目: DisableShaderKeyword, Shader.EnableKeyword.