Shader tag ids are used to refer to various names in shaders.
Additional resources: DrawingSettings, ScriptableRenderContext.DrawRenderers.
| Property | Description |
|---|---|
| none | Describes a shader tag id not referring to any name. |
| Property | Description |
|---|---|
| name | Gets the name of the tag referred to by the shader tag id. |
| Constructor | Description |
|---|---|
| ShaderTagId | Gets or creates a shader tag id representing the given name. |
| Operator | Description |
|---|---|
| ShaderTagId | Converts a string to a ShaderTagId. |
| string | Converts a ShaderTagId to a string. |