Click or drag to resize

PhysicsServerBodyGetState Method

Returns a body state.

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

Parameters

body
Type: GodotRID

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

state
Type: GodotPhysicsServerBodyState

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

Return Value

Type: Object

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

See Also