Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration WrapModeMask

Index

Enumeration members

Clamp

Clamp: = 1 << 3

Default

Default: = 0

Loop

Loop: = 1 << 1

Normal

Normal: = 1 << 0

PingPong

PingPong: = 1 << 4 | 1 << 1 | 1 << 2

Reverse

Reverse: = 1 << 5 | 1 << 2

ShouldWrap

ShouldWrap: = 1 << 2

Generated using TypeDoc