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>Keys</title>
7		<link rel="stylesheet" href="../css/mainpage.css" type="text/css" />
8	</head>
9	<body>
10		<h1>&lt;Keys&gt;</h1>
11		<h2>Description</h2>
12		<p>
13            Collection of keys.
14            </p>
15
16<h2>Example Output</h2>
17
18<table>
19<tr>
20<td><pre>
21&lt;Animations&gt;<br>
22    &lt;MaterialAnimationData Name=&quot;&quot; FrameSize=&quot;5&quot; LoopMode=&quot;OneTime&quot; IsAdditiveAnimation=&quot;false&quot;&gt;<br>
23        &lt;MemberAnimationDataSet&gt;<br>
24            &lt;MemberAnimationData&gt;<br>
25                &lt;Path&gt;Materials[&quot;lambert2&quot;].TextureMappers[0].Texture&lt;/Path&gt;<br>
26                &lt;IntAnimation&gt;<br>
27                    &lt;SegmentsFloatCurve PreRepeatMethod=&quot;None&quot; PostRepeatMethod=&quot;None&quot; StartFrame=&quot;0&quot; EndFrame=&quot;5&quot;&gt;<br>
28                        &lt;Segments&gt;<br>
29                            &lt;StepFloatSegment&gt;<br>
30                                <strong>&lt;Keys&gt;</strong><br>
31                                    &lt;StepFloatKey Frame=&quot;0&quot; Value=&quot;0&quot; /&gt;<br>
32                                    &lt;StepFloatKey Frame=&quot;1&quot; Value=&quot;1&quot; /&gt;<br>
33                                    &lt;StepFloatKey Frame=&quot;2&quot; Value=&quot;2&quot; /&gt;<br>
34                                    &lt;StepFloatKey Frame=&quot;3&quot; Value=&quot;3&quot; /&gt;<br>
35                                    &lt;StepFloatKey Frame=&quot;4&quot; Value=&quot;4&quot; /&gt;<br>
36                                    &lt;StepFloatKey Frame=&quot;5&quot; Value=&quot;5&quot; /&gt;<br>
37                                <strong>&lt;/Keys&gt;</strong><br>
38                            &lt;/StepFloatSegment&gt;<br>
39                        &lt;/Segments&gt;<br>
40                    &lt;/SegmentsFloatCurve&gt;<br>
41                &lt;/IntAnimation&gt;<br>
42            &lt;/MemberAnimationData&gt;<br>
43        &lt;/MemberAnimationDataSet&gt;<br>
44    &lt;/MaterialAnimationData&gt;<br>
45&lt;/Animations&gt;<br>
46</pre></td>
47</tr></table>
48
49	<hr><p>CONFIDENTIAL</p></body>
50</html>