Method GetShaderPath
GetShaderPath(ShaderPathID)
Retrieves a shader path for the given URP Shader Path ID.
Declaration
public static string GetShaderPath(ShaderPathID id)
Parameters
Type | Name | Description |
---|---|---|
ShaderPathID | id | The URP Shader Path ID. |
Returns
Type | Description |
---|---|
string | The path to the URP shader. |