enum classPixelStitch::DrawModal

sys::Obj
  sys::Enum
    PixelStitch::DrawModal

@Serializable { simple=true }

erase

const static DrawModal erase := ...

fromStr

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

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

vals

const static DrawModal[] vals := ...

List of DrawModal values indexed by ordinal

write

const static DrawModal write := ...