Click or drag to resize

PhysicsServerBodySetState Method

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

Parameters

body
Type: GodotRID

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

state
Type: GodotPhysicsServerBodyState

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

value
Type: SystemObject

[Missing <param name="value"/> documentation for "M:Godot.PhysicsServer.BodySetState(Godot.RID,Godot.PhysicsServer.BodyState,System.Object)"]

See Also