Version: 2021.3
public Rendering.LocalKeyword FindKeyword (string name);

参数

name The name of the shader keyword to search for.

返回

LocalKeyword Returns a valid LocalKeyword if it's present in the keyword space. Otherwise, returns an invalid LocalKeyword.

描述

Searches for a local shader keyword with a given name in the keyword space.

Use this method to efficiently retrieve a local shader keyword with a given name. The resulting keyword's LocalKeyword.isValid property indicates whether the keyword exists in this local keyword space.

See Also: LocalKeyword, LocalKeyword.isValid, Shader.keywordSpace, ComputeShader.keywordSpace.