Version: 2019.3

ShaderKeyword

class in UnityEngine.Rendering

マニュアルに切り替える

説明

Identifier of a specific code path in a shader.

See Also: ShaderKeywordSet, Rendering.ShaderKeywordSetUtility, Shader.EnableKeyword, multiple variants.

コンストラクタ

ShaderKeywordInitializes a new instance of the ShaderKeyword class from a shader global keyword name.

Public 関数

GetKeywordNameReturns the string name of the keyword.
GetKeywordTypeReturns the type of keyword: built-in or user defined.
IsValidReturns true if the keyword has been imported by Unity.