<SkeletalAnimationData>

Description

Tag representing the animation of a bone-based skinning deformation. Animation that does not involve skinning deformation is also denoted 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 Indicate whether there is difference 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