enum Godot::Corner

Overview

Godot Corner global enum.

Defined in:

libgodot/generated/global_enums.cr

Enum Members

TopLeft = 0_i64
TopRight = 1_i64
BottomRight = 2_i64
BottomLeft = 3_i64

Instance Method Summary

Instance Method Detail

def bottom_left? #

Returns true if this enum value equals BottomLeft


[View source]
def bottom_right? #

Returns true if this enum value equals BottomRight


[View source]
def top_left? #

Returns true if this enum value equals TopLeft


[View source]
def top_right? #

Returns true if this enum value equals TopRight


[View source]