<SkeletalAnimationData>

Description

Tag representing the animation of a bone-based skinning deformation. Animation that does not use skinning deformation is also specified by this tag. The child hierarchy of this tag contains animation data and the bone's hierarchical structure.

Attributes

TypeAttributesDescription
FrameSize The animation's frame length.
IsAdditiveAnimation Indicates whether there is additive animation.
LoopModeTypeLoopMode Indicates whether playback is looped.
Name Name.

LoopModeType Enumerated Type

ValueDescription
OneTime Plays one time.
Loop Loops playback.

Example Output

<Animations>
<SkeletalAnimationData Name="" FrameSize="71" LoopMode="OneTime" IsAdditiveAnimation="false">
<MemberAnimationDataSet>
<MemberAnimationData>
<Path>Skeleton.Bones["skl_root"].AnimatedTransform</Path>
<TransformAnimation>

...omitted...

</TransformAnimation>
</MemberAnimationData>
</MemberAnimationDataSet>
</SkeletalAnimationData>
</Animations>

CONFIDENTIAL