public enum Texture.Wrap
- Object
- Enum<Texture.Wrap>
- Texture.Wrap
ImplementsComparable<Texture.Wrap>
The texture coordinate wrapping behavior outside the 0..1 range.
Enum constants
CLAMP | Clamp coordinates to the edge texels. |
REPEAT | Tile the texture by repeating it. |
Methods
public static Texture.Wrap[] values() | |
public static Texture.Wrap valueOf(String name) |
Inherited methods
Enum constant details
CLAMP
CLAMPClamp coordinates to the edge texels.
REPEAT
REPEATTile the texture by repeating it.
Method details
values
public static Texture.Wrap[] values()valueOf
public static Texture.Wrap valueOf(String name)