TextureWrap

enum TextureWrap : Enum<TextureWrap>

Texture wrap parameter.

Entries

CLAMP_TO_EDGE
Link copied to clipboard
common
Causes the texture coordinate to be clamped.
REPEAT
Link copied to clipboard
common
Causes the integer part of the texture coordinate to be ignored.
MIRRORED_REPEAT
Link copied to clipboard
common
Causes the texture coordinate to be mirrored when its integer part is odd.

Functions

compareTo
Link copied to clipboard
common
operator override fun compareTo(other: TextureWrap): Int
equals
Link copied to clipboard
common
operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
common
override fun hashCode(): Int
toString
Link copied to clipboard
common
open override fun toString(): String

Properties

name
Link copied to clipboard
common
val name: String
ordinal
Link copied to clipboard
common
val ordinal: Int