Click or drag to resize

SpatialMaterialSetSpecular Method

Note: This API is now obsolete.

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

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

Parameters

specular
Type: SystemSingle

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

See Also