Click or drag to resize

PhysicsServerBodyGetParam Method

Returns the value of a body parameter. A list of available parameters is on the PhysicsServerBodyParameter constants.

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

Parameters

body
Type: GodotRID

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

param
Type: GodotPhysicsServerBodyParameter

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

Return Value

Type: Single

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

See Also