enum

Assets::Spec::Tileset::Format

Inherits Enum < Comparable < Value < Object

Constants

Bin = 0
Bmp = 1

Instance methods

bin?

Returns true if this enum value equals Bin

Source
bmp?

Returns true if this enum value equals Bmp

Source