enum Godot::VerticalAlignment

Overview

Godot VerticalAlignment global enum.

Defined in:

libgodot/generated/global_enums.cr

Enum Members

Top = 0_i64
Center = 1_i64
Bottom = 2_i64
Fill = 3_i64

Instance Method Summary

Instance Method Detail

def bottom? #

Returns true if this enum value equals Bottom


[View source]
def center? #

Returns true if this enum value equals Center


[View source]
def fill? #

Returns true if this enum value equals Fill


[View source]
def top? #

Returns true if this enum value equals Top


[View source]