Click or drag to resize

SpatialMaterialSetMetallic Method

Note: This API is now obsolete.

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

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

Parameters

metallic
Type: SystemSingle

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

See Also