Version: 2021.3

GlobalKeywordConstructor

切换到手册
public GlobalKeyword (string name);

参数

name The name of the global shader keyword.

描述

Creates and returns a GlobalKeyword struct that represents an existing global shader keyword.

If a global shader keyword with the given name exists in Unity's internal list of global shader keywords, Unity creates and returns a GlobalKeyword struct to represent it. Otherwise, Unity still creates a struct, but throws an error.

To add a new global shader keyword to Unity's internal list at the same time as creating a GlobalKeyword to represent it, use GlobalKeyword.Create instead.

To get all the global shader keywords that already exist, use Shader.globalKeywords.

See Also: Shader variants and keywords, LocalKeyword, GlobalKeyword, EnableKeyword, DisableKeyword, SetKeyword, IsKeywordEnabled, enabledGlobalKeywords, globalKeywords.

Copyright © 2023 Unity Technologies
优美缔软件(上海)有限公司 版权所有
"Unity"、Unity 徽标及其他 Unity 商标是 Unity Technologies 或其附属机构在美国及其他地区的商标或注册商标。其他名称或品牌是其各自所有者的商标。
公安部备案号:
31010902002961