enum Godot::PhysicsServer2D::PinJointParam

Defined in:

libgodot/generated/classes/classes_part4.cr

Enum Members

PinJointSoftness = 0_i64
PinJointLimitUpper = 1_i64
PinJointLimitLower = 2_i64
PinJointMotorTargetVelocity = 3_i64

Instance Method Summary

Instance Method Detail

def pin_joint_limit_lower? #

Returns true if this enum value equals PinJointLimitLower


[View source]
def pin_joint_limit_upper? #

Returns true if this enum value equals PinJointLimitUpper


[View source]
def pin_joint_motor_target_velocity? #

Returns true if this enum value equals PinJointMotorTargetVelocity


[View source]
def pin_joint_softness? #

Returns true if this enum value equals PinJointSoftness


[View source]