enum classafFantomMappy::BlockLayer
sys::Obj sys::Enum afFantomMappy::BlockLayer
@
Js@
Serializable { simple=true }
Represents the layers in a block.
- background
const static BlockLayer background := ...
- foreground1
const static BlockLayer foreground1 := ...
- foreground2
const static BlockLayer foreground2 := ...
- foreground3
const static BlockLayer foreground3 := ...
- fromStr
static new fromStr(Str name, Bool checked := true)
Return the BlockLayer instance for the specified name. If not a valid name and checked is false return null, otherwise throw ParseErr.
- vals
const static BlockLayer[] vals := ...
List of BlockLayer values indexed by ordinal