Zernikalos/zernikalos.components.mesh/ZDrawMode ZDrawMode enum ZDrawMode : Enum<ZDrawMode> (source) MembersEntries Entries POINTS Link copied to clipboard POINTS LINES Link copied to clipboard LINES TRIANGLES Link copied to clipboard TRIANGLES LINE_STRIP Link copied to clipboard LINE_STRIP TRIANGLE_STRIP Link copied to clipboard TRIANGLE_STRIP Properties entries Link copied to clipboard val entries: EnumEntries<ZDrawMode>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): ZDrawModeReturns 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<ZDrawMode>Returns an array containing the constants of this enum type, in the order they're declared.