Version: 2021.3
언어: 한국어

CommandBuffer.DisableShaderKeyword

매뉴얼로 전환
public void DisableShaderKeyword (string keyword);

파라미터

keyword Name of a global keyword to disable.

설명

Adds a command to disable a global shader keyword with a given name.

It is more efficient to use DisableKeyword.

See Also: EnableShaderKeyword, EnableKeyword, Shader.DisableKeyword.