Click or drag to resize

Physics2DServerBodySetParam Method

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

Parameters

body
Type: GodotRID

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

param
Type: GodotPhysics2DServerBodyParameter

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

value
Type: SystemSingle

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

See Also