enum classafFantomMappy::BlockCorner

sys::Obj
  sys::Enum
    afFantomMappy::BlockCorner

@Js
@Serializable { simple=true }

Represents the corners in a block.

bottomLeft

Source

const static BlockCorner bottomLeft := ...

bottomRight

Source

const static BlockCorner bottomRight := ...

fromStr

Source

static new fromStr(Str name, Bool checked := true)

Return the BlockCorner instance for the specified name. If not a valid name and checked is false return null, otherwise throw ParseErr.

topLeft

Source

const static BlockCorner topLeft := ...

topRight

Source

const static BlockCorner topRight := ...

vals

Source

const static BlockCorner[] vals := ...

List of BlockCorner values indexed by ordinal