Click or drag to resize

Physics2DServerBodyGetState Method

Returns a body state.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public static Object BodyGetState(
	RID body,
	Physics2DServerBodyState state
)

Parameters

body
Type: GodotRID

[Missing <param name="body"/> documentation for "M:Godot.Physics2DServer.BodyGetState(Godot.RID,Godot.Physics2DServer.BodyState)"]

state
Type: GodotPhysics2DServerBodyState

[Missing <param name="state"/> documentation for "M:Godot.Physics2DServer.BodyGetState(Godot.RID,Godot.Physics2DServer.BodyState)"]

Return Value

Type: Object

[Missing <returns> documentation for "M:Godot.Physics2DServer.BodyGetState(Godot.RID,Godot.Physics2DServer.BodyState)"]

See Also