Click or drag to resize

SpatialMaterialSetClearcoatGloss Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.SpatialMaterial.SetClearcoatGloss(System.Single)"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetClearcoatGloss is deprecated. Use the ClearcoatGloss property instead.")]
public void SetClearcoatGloss(
	float clearcoatGloss
)

Parameters

clearcoatGloss
Type: SystemSingle

[Missing <param name="clearcoatGloss"/> documentation for "M:Godot.SpatialMaterial.SetClearcoatGloss(System.Single)"]

See Also