enum Godot::Line2D::LineJointMode

Defined in:

libgodot/generated/classes/classes_part3.cr

Enum Members

LineJointSharp = 0_i64
LineJointBevel = 1_i64
LineJointRound = 2_i64

Instance Method Summary

Instance Method Detail

def line_joint_bevel? #

Returns true if this enum value equals LineJointBevel


[View source]
def line_joint_round? #

Returns true if this enum value equals LineJointRound


[View source]
def line_joint_sharp? #

Returns true if this enum value equals LineJointSharp


[View source]