enum classafFantomMappy::BlockCorner
sys::Obj sys::Enum afFantomMappy::BlockCorner
@
Js@
Serializable { simple=true }
Represents the corners in a block.
- bottomLeft
const static BlockCorner bottomLeft := ...
- bottomRight
const static BlockCorner bottomRight := ...
- fromStr
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
const static BlockCorner topLeft := ...
- topRight
const static BlockCorner topRight := ...
- vals
const static BlockCorner[] vals := ...
List of BlockCorner values indexed by ordinal