Click or drag to resize

PhysicsServerHingeJointGetFlag Method

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public static bool HingeJointGetFlag(
	RID joint,
	PhysicsServerHingeJointFlag flag
)

Parameters

joint
Type: GodotRID

[Missing <param name="joint"/> documentation for "M:Godot.PhysicsServer.HingeJointGetFlag(Godot.RID,Godot.PhysicsServer.HingeJointFlag)"]

flag
Type: GodotPhysicsServerHingeJointFlag

[Missing <param name="flag"/> documentation for "M:Godot.PhysicsServer.HingeJointGetFlag(Godot.RID,Godot.PhysicsServer.HingeJointFlag)"]

Return Value

Type: Boolean

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

See Also