1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
2<html xml:lang="en-US" lang="en-US" xmlns="http://www.w3.org/1999/xhtml">
3	<head>
4		<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
5		<meta http-equiv="Content-Style-Type" content="text/css" />
6		<title>SkeletalAnimationData</title>
7		<link rel="stylesheet" href="../css/mainpage.css" type="text/css" />
8	</head>
9	<body>
10		<h1>&lt;SkeletalAnimationData&gt;</h1>
11		<h2>Description</h2>
12		<p>
13            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.
14            </p>
15		<h2>Attributes</h2>
16		<table class="arguments">
17<thead><tr><td>Type</td><td>Attributes</td><td>Description</td></tr></thead><tr><td /><th>FrameSize</th><td>
18            The animation's frame length.
19            </td></tr><tr><td /><th>IsAdditiveAnimation</th><td>
20            Indicate whether there is difference animation.
21            </td></tr><tr><td>LoopModeType</td><th>LoopMode</th><td>
22            Indicates whether playback is looped.
23            </td></tr><tr><td /><th>Name</th><td>
24            Name.
25            </td></tr></table>
26		<h2><CODE>LoopModeType</CODE> Enumerated Type</h2>
27		<table class="arguments">
28<thead><tr><td>Value</td><td>Description</td></tr></thead><tr><th>OneTime</th><td>
29            Plays one time.
30            </td></tr><tr><th>Loop</th><td>
31            Loops playback.
32            </td></tr></table>
33
34<h2>Example Output</h2>
35
36<table>
37<tr>
38<td><pre>
39&lt;Animations&gt;<br>
40    <strong>&lt;SkeletalAnimationData Name=&quot;&quot; FrameSize=&quot;71&quot; LoopMode=&quot;OneTime&quot; IsAdditiveAnimation=&quot;false&quot;&gt;</strong><br>
41        &lt;MemberAnimationDataSet&gt;<br>
42            &lt;MemberAnimationData&gt;<br>
43                &lt;Path&gt;Skeleton.Bones[&quot;skl_root&quot;].AnimatedTransform&lt;/Path&gt;<br>
44                &lt;TransformAnimation&gt;<br>
45<br>
46                ..omitted..<br>
47<br>
48                &lt;/TransformAnimation&gt;<br>
49            &lt;/MemberAnimationData&gt;<br>
50        &lt;/MemberAnimationDataSet&gt;<br>
51    <strong>&lt;/SkeletalAnimationData&gt;</strong><br>
52&lt;/Animations&gt;<br>
53</pre></td>
54</tr></table>
55
56	<hr><p>CONFIDENTIAL</p></body>
57</html>