Click or drag to resize

PhysicsServerBodySetAxisLock Method

[Missing <summary> documentation for "M:Godot.PhysicsServer.BodySetAxisLock(Godot.RID,Godot.PhysicsServer.BodyAxis,System.Boolean)"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public static void BodySetAxisLock(
	RID body,
	PhysicsServerBodyAxis axis,
	bool lock
)

Parameters

body
Type: GodotRID

[Missing <param name="body"/> documentation for "M:Godot.PhysicsServer.BodySetAxisLock(Godot.RID,Godot.PhysicsServer.BodyAxis,System.Boolean)"]

axis
Type: GodotPhysicsServerBodyAxis

[Missing <param name="axis"/> documentation for "M:Godot.PhysicsServer.BodySetAxisLock(Godot.RID,Godot.PhysicsServer.BodyAxis,System.Boolean)"]

lock
Type: SystemBoolean

[Missing <param name="lock"/> documentation for "M:Godot.PhysicsServer.BodySetAxisLock(Godot.RID,Godot.PhysicsServer.BodyAxis,System.Boolean)"]

See Also