Click or drag to resize

SoftBodySetTotalMass Method

Note: This API is now obsolete.

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

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

Parameters

mass
Type: SystemSingle

[Missing <param name="mass"/> documentation for "M:Godot.SoftBody.SetTotalMass(System.Single)"]

See Also