Click or drag to resize

SpatialMaterialClearcoatTexture Property

Texture that defines the strength of the clearcoat effect and the glossiness of the clearcoat. Strength is specified in the red channel while glossiness is specified in the green channel.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public Texture ClearcoatTexture { get; set; }

Property Value

Type: Texture
See Also