Click or drag to resize

PhysicsServer.BodySetAxisLock 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,
	PhysicsServer.BodyAxis axis,
	bool lock
)

Parameters

body
Type: Godot.RID

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

axis
Type: Godot.PhysicsServer.BodyAxis

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

lock
Type: System.Boolean

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

See Also