Click or drag to resize

Physics2DServerBodyGetParam Method

Returns the value of a body parameter. See Physics2DServerBodyParameter for a list of available parameters.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public static float BodyGetParam(
	RID body,
	Physics2DServerBodyParameter param
)

Parameters

body
Type: GodotRID

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

param
Type: GodotPhysics2DServerBodyParameter

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

Return Value

Type: Single

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

See Also