ZDrawMode
10 items
- All (10)
- Functions (2)
- Properties (3)
All
10valentries
val entries: EnumEntries
Returns a representation of an immutable list of all enum entries, in the order they're declared.
valname
expect val name: String
valordinal
expect val ordinal: Int
funvalueOf
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.)
funvalues
fun values(): Array
Returns an array containing the constants of this enum type, in the order they're declared.
POINTS
LINES
TRIANGLES
LINE_STRIP
TRIANGLE_STRIP
Functions
2funvalueOf
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.)
funvalues
fun values(): Array
Returns an array containing the constants of this enum type, in the order they're declared.