Click or drag to resize

PhysicsServerGeneric6dofJointGetFlag Method

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public static bool Generic6dofJointGetFlag(
	RID joint,
	Vector3Axis axis,
	PhysicsServerG6DOFJointAxisFlag flag
)

Parameters

joint
Type: GodotRID

[Missing <param name="joint"/> documentation for "M:Godot.PhysicsServer.Generic6dofJointGetFlag(Godot.RID,Godot.Vector3.Axis,Godot.PhysicsServer.G6DOFJointAxisFlag)"]

axis
Type: GodotVector3Axis

[Missing <param name="axis"/> documentation for "M:Godot.PhysicsServer.Generic6dofJointGetFlag(Godot.RID,Godot.Vector3.Axis,Godot.PhysicsServer.G6DOFJointAxisFlag)"]

flag
Type: GodotPhysicsServerG6DOFJointAxisFlag

[Missing <param name="flag"/> documentation for "M:Godot.PhysicsServer.Generic6dofJointGetFlag(Godot.RID,Godot.Vector3.Axis,Godot.PhysicsServer.G6DOFJointAxisFlag)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Godot.PhysicsServer.Generic6dofJointGetFlag(Godot.RID,Godot.Vector3.Axis,Godot.PhysicsServer.G6DOFJointAxisFlag)"]

See Also