Property defaultShader
defaultShader
Returns the default shader for the specified renderer. When creating new objects in the editor, the materials of those objects will use the selected default shader.
Declaration
public override Shader defaultShader { get; }
Property Value
Type | Description |
---|---|
Shader | Returns the default shader for the specified renderer. |