Click or drag to resize

SpatialMaterialSetNormalScale Method

Note: This API is now obsolete.

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

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

Parameters

normalScale
Type: SystemSingle

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

See Also