Click or drag to resize

SpatialMaterialSetRoughness Method

Note: This API is now obsolete.

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

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

Parameters

roughness
Type: SystemSingle

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

See Also