Click or drag to resize

PhysicsServer.BodyGetMode Method

Returns the body mode.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public static PhysicsServer.BodyMode BodyGetMode(
	RID body
)

Parameters

body
Type: Godot.RID

[Missing <param name="body"/> documentation for "M:Godot.PhysicsServer.BodyGetMode(Godot.RID)"]

Return Value

Type: PhysicsServer.BodyMode

[Missing <returns> documentation for "M:Godot.PhysicsServer.BodyGetMode(Godot.RID)"]

See Also