enum Scar::Tiled::ObjectAlignment

Defined in:

scar/tiled_map.cr

Enum Members

Unspecified = 0
Topleft = 1
Top = 2
Topright = 3
Left = 4
Center = 5
Right = 6
Bottomleft = 7
Bottom = 8
Bottomright = 9

Instance Method Summary

Instance Method Detail

def bottom? #

[View source]
def bottomleft? #

[View source]
def bottomright? #

[View source]
def center? #

[View source]
def left? #

[View source]
def right? #

[View source]
def top? #

[View source]
def topleft? #

[View source]
def topright? #

[View source]
def unspecified? #

[View source]