Zernikalos/zernikalos.context/DrawModes DrawModes OGL enum DrawModes : Enum<DrawModes> (source) MembersEntries Entries TRIANGLES Link copied to clipboard OGL TRIANGLES LINES Link copied to clipboard OGL LINES Properties name Link copied to clipboard OGL val name: String ordinal Link copied to clipboard OGL val ordinal: Int value Link copied to clipboard OGL val value: Int Functions valueOf Link copied to clipboard OGL fun valueOf(value: String): DrawModesReturns 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 OGL fun values(): Array<DrawModes>Returns an array containing the constants of this enum type, in the order they're declared.