public enum Texture.Wrap

  1. Object
  2. Enum<Texture.Wrap>
  3. Texture.Wrap

ImplementsComparable<Texture.Wrap>

The texture coordinate wrapping behavior outside the 0..1 range.

Enum constants

CLAMPClamp coordinates to the edge texels.
REPEATTile the texture by repeating it.

Methods

public static Texture.Wrap[] values()
public static Texture.Wrap valueOf(String name)

Inherited methods

Enum constant details

CLAMP

CLAMP
Clamp coordinates to the edge texels.

REPEAT

REPEAT
Tile the texture by repeating it.

Method details

values

public static Texture.Wrap[] values()

valueOf

public static Texture.Wrap valueOf(String name)