enum Godot::PhysicalBone3D::JointType

Defined in:

libgodot/generated/classes/classes_part4.cr

Enum Members

JointTypeNone = 0_i64
JointTypePin = 1_i64
JointTypeCone = 2_i64
JointTypeHinge = 3_i64
JointTypeSlider = 4_i64
JointType6dof = 5_i64

Instance Method Summary

Instance Method Detail

def joint_type6dof? #

Returns true if this enum value equals JointType6dof


[View source]
def joint_type_cone? #

Returns true if this enum value equals JointTypeCone


[View source]
def joint_type_hinge? #

Returns true if this enum value equals JointTypeHinge


[View source]
def joint_type_none? #

Returns true if this enum value equals JointTypeNone


[View source]
def joint_type_pin? #

Returns true if this enum value equals JointTypePin


[View source]
def joint_type_slider? #

Returns true if this enum value equals JointTypeSlider


[View source]