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.