Skip to main content

ZDrawMode

actualpackageZDrawMode
10 items
val entries: EnumEntries<ZDrawMode>
Returns a representation of an immutable list of all enum entries, in the order they're declared.
valname
expect val name: String
expect val ordinal: Int
fun valueOf(value: String): ZDrawMode
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
fun values(): Array<ZDrawMode>
Returns an array containing the constants of this enum type, in the order they're declared.
enum entryPOINTS
POINTS
enum entryLINES
LINES
enum entryTRIANGLES
TRIANGLES
enum entryLINE_STRIP
LINE_STRIP
enum entryTRIANGLE_STRIP
TRIANGLE_STRIP