Skip to content
本页内容

Enumeration: WrapTimeMode

Time Warp Mode

Ping Pong

value min -> max -> min

Repeat

value = value % repeatSpace

Clamp

value = max(min( value , 1 ) , 0 )

Enumeration Members

Enumeration Members

PingPong

PingPong = 0

Defined in

src/math/AnimationCurve.ts:10


Repeat

Repeat = 1

Defined in

src/math/AnimationCurve.ts:11


Clamp

Clamp = 2

Defined in

src/math/AnimationCurve.ts:12