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>LinearFloatKey</title>
7		<link rel="stylesheet" href="../css/mainpage.css" type="text/css" />
8	</head>
9	<body>
10		<h1>&lt;LinearFloatKey&gt;</h1>
11		<h2>Description</h2>
12		<p>
13            Tag for keys that have segments.
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>Frame</th><td>
18            The key time.
19            </td></tr><tr><td /><th>Value</th><td>
20            The key value.
21            </td></tr></table>
22
23<h2>Example Output</h2>
24
25<table>
26<tr>
27<td><pre>
28&lt;Animations&gt;<br>
29    &lt;CameraAnimationData Name=&quot;aimCamera_persp&quot; FrameSize=&quot;47&quot; LoopMode=&quot;OneTime&quot; IsAdditiveAnimation=&quot;false&quot; ViewMode=&quot;AimTarget&quot; ProjectionMode=&quot;Perspective&quot;&gt;<br>
30        &lt;MemberAnimationDataSet&gt;<br>
31            &lt;MemberAnimationData&gt;<br>
32                &lt;Path&gt;ProjectionUpdater.Near&lt;/Path&gt;<br>
33                &lt;FloatAnimation&gt;<br>
34                    &lt;SegmentsFloatCurve PreRepeatMethod=&quot;None&quot; PostRepeatMethod=&quot;None&quot; StartFrame=&quot;0&quot; EndFrame=&quot;0&quot;&gt;<br>
35                        &lt;Segments&gt;<br>
36                            &lt;LinearFloatSegment&gt;<br>
37                                &lt;Keys&gt;<br>
38                                    <strong>&lt;LinearFloatKey Frame=&quot;0&quot; Value=&quot;0.01&quot; /&gt;</strong><br>
39                                &lt;/Keys&gt;<br>
40                            &lt;/LinearFloatSegment&gt;<br>
41                        &lt;/Segments&gt;<br>
42                    &lt;/SegmentsFloatCurve&gt;<br>
43                &lt;/FloatAnimation&gt;<br>
44            &lt;/MemberAnimationData&gt;<br>
45        &lt;/MemberAnimationDataSet&gt;<br>
46    &lt;/CameraAnimationData&gt;<br>
47&lt;/Animations&gt;<br>
48</pre></td>
49</tr></table>
50
51	<hr><p>CONFIDENTIAL</p></body>
52</html>