Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration LoopMode

Index

Enumeration members

ClampForever

ClampForever: = 4

The value is clamped between min and max value.

Loop

Loop: = 0

The value is looped. It goes from the min to the max value. When the value reaches the max value, it starts from the beginning. It works in both directions.

Once

Once: = 1

The value is clamped between min and max value. If the value is equal or larger than max value, the caller should be notified about the end of the animation/sequence.

PingPong

PingPong: = 2

The value goes between min and max back and forth.

PingPongOnce

PingPongOnce: = 3

Same as PingPong, but performs only one cycle. If the value is equal or larger than max value, the caller should be notified about the end of the animation/sequence.

Generated using TypeDoc