Version: 2021.3

GlobalKeyword

struct in UnityEngine.Rendering

切换到手册

描述

Represents a global shader keyword.

Shader keywords determine which shader variants Unity uses. You can use a GlobalKeyword to enable, disable, or check the state state of a global shader keyword. For information on working with local shader keywords and global shader keywords and how they interact, see Using shader keywords with C# scripts.

To set the state of a global shader keyword, use Shader.SetKeyword, Shader.EnableKeyword, or Shader.DisableKeyword. To get all the global shader keywords that exist, use Shader.globalKeywords. To get all the global shader keywords that are enabled, use Shader.enabledGlobalKeywords.

In addition to this, you can also enable or disable a local or global keyword with a CommandBuffer. To do this, use CommandBuffer.SetKeyword, CommandBuffer.EnableKeyword, or CommandBuffer.DisableKeyword.

See Also: Shader variants and keywords, LocalKeyword.

变量

nameThe name of the shader keyword. (Read Only)

构造函数

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

静态函数

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