Click or drag to resize

PhysicsServerBodyIsAxisLocked Method

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

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

Parameters

body
Type: GodotRID

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

axis
Type: GodotPhysicsServerBodyAxis

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

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Godot.PhysicsServer.BodyIsAxisLocked(Godot.RID,Godot.PhysicsServer.BodyAxis)"]

See Also