enum classafFantomMappy::RendererDrawMode

sys::Obj
  sys::Enum
    afFantomMappy::RendererDrawMode

@Js
@Serializable { simple=true }

Used in Pillar Rising Mode to determine which side of the block should be drawn.

drawAll

Source

const static RendererDrawMode drawAll := ...

Specifies the whole block should be drawn

drawLeftSideOnly

Source

const static RendererDrawMode drawLeftSideOnly := ...

Specifies only the left hand side of the image should be drawn (used in Pillar Rising Mode)

drawRightSideOnly

Source

const static RendererDrawMode drawRightSideOnly := ...

Specifies only the right hand side of the image should be drawn (used in Pillar Rising Mode)

fromStr

Source

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

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

vals

Source

const static RendererDrawMode[] vals := ...

List of RendererDrawMode values indexed by ordinal