Enum ModelAnimationMotionFlags ​
Namespace: ValveResourceFormat
Assembly: ValveResourceFormat.dll
Flags describing how root motion is applied from an animation segment. Corresponds to the motionflags field in CAnimMovement.
csharp
[Flags]
public enum ModelAnimationMotionFlagsFields ​
TX = 64
Root motion is applied along the X axis (translate X).
TY = 128
Root motion is applied along the Y axis (translate Y).
TZ = 256
Root motion is applied along the Z axis (translate Z).
RZ = 2048
Root motion is applied as a rotation around the Z axis (rotate Z / yaw).
Linear = 4096
Root motion uses linear (constant-velocity) interpolation instead of curve-based.

