unreal.AvaAnimationPlayMode¶
- class unreal.AvaAnimationPlayMode¶
Bases:
EnumBasedeprecated: ‘AvaAnimationPlayMode’ was renamed to ‘AvaSequencePlayMode’.
- FORWARD: AvaAnimationPlayMode = Ellipsis¶
Sequence plays and loops from the beginning to the end.
- Type:
0
- REVERSE: AvaAnimationPlayMode = Ellipsis¶
Sequence plays and loops from the end to the beginning.
- Type:
1