unreal.PropertyAnimatorClockMode¶
- class unreal.PropertyAnimatorClockMode¶
Bases:
EnumBaseMode supported for properties value
C++ Source:
Plugin: PropertyAnimator
Module: PropertyAnimator
File: PropertyAnimatorClock.h
- COUNTDOWN: PropertyAnimatorClockMode = Ellipsis¶
Specified duration elapsing until it reaches 0
- Type:
1
- LOCAL_TIME: PropertyAnimatorClockMode = Ellipsis¶
Local time of the machine
- Type:
0
- STOPWATCH: PropertyAnimatorClockMode = Ellipsis¶
Shows the current time elapsed
- Type:
2