Method Find
Find(string)
Finds a shader by name and caches the successful lookup for later reuse.
public static Shader Find(string shaderName)
Parameters
shaderNamestringExact shader name passed to Find(string).
Returns
- Shader
The resolved shader, or null if the shader cannot be found.