Click or drag to resize

RigidBodySetSleeping Method

Note: This API is now obsolete.

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

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetSleeping is deprecated. Use the Sleeping property instead.")]
public void SetSleeping(
	bool sleeping
)

Parameters

sleeping
Type: SystemBoolean

[Missing <param name="sleeping"/> documentation for "M:Godot.RigidBody.SetSleeping(System.Boolean)"]

See Also