Click or drag to resize

PhysicsServerBodyGetDirectState Method

Returns the PhysicsDirectBodyState of the body.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public static PhysicsDirectBodyState BodyGetDirectState(
	RID body
)

Parameters

body
Type: GodotRID

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

Return Value

Type: PhysicsDirectBodyState

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

See Also