Version: 2022.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.