Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration WrapMode

The texture wrap mode.

Index

Enumeration members

CLAMP_TO_BORDER

CLAMP_TO_BORDER: = Address.BORDER

Specifies that the clamp to border wrap mode will be used.

CLAMP_TO_EDGE

CLAMP_TO_EDGE: = Address.CLAMP

Specifies that the clamp to edge warp mode will be used.

MIRRORED_REPEAT

MIRRORED_REPEAT: = Address.MIRROR

Specifies that the mirrored repeat warp mode will be used.

REPEAT

REPEAT: = Address.WRAP

Specifies that the repeat warp mode will be used.

Generated using TypeDoc