Click or drag to resize

RigidBody2DSetWeight Method

Note: This API is now obsolete.

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

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

Parameters

weight
Type: SystemSingle

[Missing <param name="weight"/> documentation for "M:Godot.RigidBody2D.SetWeight(System.Single)"]

See Also