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.