unreal.AdditiveAnimationType
¶
- class unreal.AdditiveAnimationType¶
Bases:
EnumBase
Indicates whether an animation is additive, and what kind.
C++ Source:
Module: Engine
File: AnimTypes.h
- AAT_LOCAL_SPACE_BASE: AdditiveAnimationType¶
Create Additive from LocalSpace Base.
- Type:
1
- AAT_NONE: AdditiveAnimationType¶
No additive.
- Type:
0
- AAT_ROTATION_OFFSET_MESH_SPACE: AdditiveAnimationType¶
Create Additive from MeshSpace Rotation Only, Translation still will be LocalSpace.
- Type:
2