ZernikaloszernikalosZBaseTypeZBaseType MembersEntries Entries NONE Link copied to clipboard NONE BYTE Link copied to clipboard BYTE UNSIGNED_BYTE Link copied to clipboard UNSIGNED_BYTE SHORT Link copied to clipboard SHORT UNSIGNED_SHORT Link copied to clipboard UNSIGNED_SHORT INT Link copied to clipboard INT UNSIGNED_INT Link copied to clipboard UNSIGNED_INT FLOAT Link copied to clipboard FLOAT DOUBLE Link copied to clipboard DOUBLE TEXTURE Link copied to clipboard TEXTURE Properties byteSize Link copied to clipboard val byteSize: Int entries Link copied to clipboard val entries: EnumEntries<ZBaseType>Returns a representation of an immutable list of all enum entries, in the order they're declared. name Link copied to clipboard expect val name: String ordinal Link copied to clipboard expect val ordinal: Int Functions valueOf Link copied to clipboard fun valueOf(value: String): ZBaseTypeReturns 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.) values Link copied to clipboard fun values(): Array<ZBaseType>Returns an array containing the constants of this enum type, in the order they're declared.