Skip to main content

ZFormatType

actualpackageZFormatType
17 items
val entries: EnumEntries<ZFormatType>
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): ZFormatType
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<ZFormatType>
Returns an array containing the constants of this enum type, in the order they're declared.
enum entryNONE
NONE
enum entrySCALAR
SCALAR
enum entryVEC2
VEC2
enum entryVEC3
VEC3
enum entryVEC4
VEC4
enum entryMAT2
MAT2
enum entryMAT3
MAT3
enum entryMAT4
MAT4
enum entryTEXTURE
TEXTURE
enum entryQUATERNION
QUATERNION
enum entryEULER
EULER
enum entryRGBA
RGBA