Click or drag to resize

RigidBodySetMass Method

Note: This API is now obsolete.

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

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

Parameters

mass
Type: SystemSingle

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

See Also