Click or drag to resize

PhysicsServerBodySetParam Method

Sets 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 void BodySetParam(
	RID body,
	PhysicsServerBodyParameter param,
	float value
)

Parameters

body
Type: GodotRID

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

param
Type: GodotPhysicsServerBodyParameter

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

value
Type: SystemSingle

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

See Also