Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration TextureWrapMode

Wrapping mode of the texture.

Index

Enumeration Members

Enumeration Members

Clamp: 0

Clamping mode. use the color of edge pixels beyond the texture boundary.

Mirror: 2

Mirror repeat mode. tiling will be mirrored and repeated if it exceeds the texture boundary.

Repeat: 1

Repeating mode. tiling will be repeated if it exceeds the texture boundary.

Generated using TypeDoc