Click or drag to resize

SpatialMaterialSetDepthScale Method

Note: This API is now obsolete.

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

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

Parameters

depthScale
Type: SystemSingle

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

See Also