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>MemberAnimationDataSet</title>
7		<link rel="stylesheet" href="../css/mainpage.css" type="text/css" />
8	</head>
9	<body>
10		<h1>&lt;MemberAnimationDataSet&gt;</h1>
11		<h2>Description</h2>
12		<p>
13            Tag representing the animation list. Contains multiple <CODE>&lt;MemberAnimationData&gt;</CODE> representing the animation for each bone in the child hierarchy.
14            </p>
15
16<h2>Example Output</h2>
17
18<table>
19<tr>
20<td><pre>
21&lt;Animations&gt;<br>
22    &lt;SkeletalAnimationData Name=&quot;&quot; FrameSize=&quot;71&quot; LoopMode=&quot;OneTime&quot; IsAdditiveAnimation=&quot;false&quot;&gt;<br>
23        <strong>&lt;MemberAnimationDataSet&gt;</strong><br>
24            &lt;MemberAnimationData&gt;<br>
25                &lt;Path&gt;Skeleton.Bones[&quot;skl_root&quot;].AnimatedTransform&lt;/Path&gt;<br>
26                &lt;TransformAnimation&gt;<br>
27<br>
28                ..omitted..<br>
29<br>
30                &lt;/TransformAnimation&gt;<br>
31            &lt;/MemberAnimationData&gt;<br>
32        <strong>&lt;/MemberAnimationDataSet&gt;</strong><br>
33    &lt;/SkeletalAnimationData&gt;<br>
34&lt;/Animations&gt;<br>
35</pre></td>
36</tr></table>
37
38	<hr><p>CONFIDENTIAL</p></body>
39</html>