Version: 2022.1
언어: 한국어

ShaderKeywordConstructor

매뉴얼로 전환
public ShaderKeyword (string keywordName);

파라미터

keywordName The name of the keyword.

설명

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

If you call this function and a keyword with the name you pass in does not exist, Unity creates one with that name. To get all the global keywords that already exist, use Shader.globalKeywords.

See Also: IPreprocessShaders.OnProcessShader, IPreprocessComputeShaders.OnProcessComputeShader.


public ShaderKeyword (Shader shader, string keywordName);

파라미터

shader The shader that declares the keyword.
keywordName The name of the keyword.

설명

Initializes a new instance of the ShaderKeyword class from a local shader keyword name.

If the shader defines a local keyword with the given name, Unity creates a valid ShaderKeyword instance that represents the local keyword. Otherwise, Unity creates an invalid ShaderKeyword instance.

See Also: Build.IPreprocessComputeShaders.OnProcessShader, ShaderKeyword.IsValid.


public ShaderKeyword (ComputeShader shader, string keywordName);

파라미터

shader The compute shader that declares the local keyword.
keywordName The name of the keyword.

설명

Initializes a new instance of the ShaderKeyword class from a local shader keyword name, and the compute shader that defines that local keyword.

If the compute shader defines a local keyword with the given name, Unity creates a valid ShaderKeyword instance that represents the local keyword. Otherwise, Unity creates an invalid ShaderKeyword instance.

See Also: IPreprocessComputeShaders.OnProcessComputeShader, ShaderKeyword.IsValid.

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