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>AnimationMemberDescription</title>
7		<link rel="stylesheet" href="../css/mainpage.css" type="text/css" />
8	</head>
9	<body>
10		<h1>&lt;AnimationMemberDescription&gt;</h1>
11		<h2>Description</h2>
12		<p>
13            Information for animation target members.
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>BlendOperationName</th><td>
18            The number for the blending method used by the members (the <CODE>BlendOperationNames </CODE>number).
19            </td></tr></table>
20
21<h2>Example Output</h2>
22
23<table>
24<tr>
25<td><pre>
26&lt;Cameras&gt;<br>
27    &lt;Camera Name=&quot;aimCamera_persp&quot; IsBranchVisible=&quot;true&quot;&gt;<br>
28        &lt;AnimationGroupDescriptions&gt;<br>
29            &lt;GraphicsAnimationGroupDescription Name=&quot;CameraAnimation&quot; EvaluationTiming=&quot;BeforeWorldUpdate&quot;&gt;<br>
30                &lt;MemberInformationSet&gt;<br>
31                    <strong>&lt;AnimationMemberDescription BlendOperationName=&quot;Transform&quot;&gt;</strong><br>
32                        &lt;Path&gt;Transform&lt;/Path&gt;<br>
33                    <strong>&lt;/AnimationMemberDescription&gt;</strong><br>
34                    <strong>&lt;AnimationMemberDescription BlendOperationName=&quot;Vector3&quot;&gt;</strong><br>
35                        &lt;Path&gt;ViewUpdater.TargetPosition&lt;/Path&gt;<br>
36                    <strong>&lt;/AnimationMemberDescription&gt;</strong><br>
37                    <strong>&lt;AnimationMemberDescription BlendOperationName=&quot;Float&quot;&gt;</strong><br>
38                        &lt;Path&gt;ViewUpdater.Twist&lt;/Path&gt;<br>
39                    <strong>&lt;/AnimationMemberDescription&gt;</strong><br>
40                    <strong>&lt;AnimationMemberDescription BlendOperationName=&quot;Vector3&quot;&gt;</strong><br>
41                        &lt;Path&gt;ViewUpdater.UpwardVector&lt;/Path&gt;<br>
42                    <strong>&lt;/AnimationMemberDescription&gt;</strong><br>
43                    <strong>&lt;AnimationMemberDescription BlendOperationName=&quot;Vector3&quot;&gt;</strong><br>
44                        &lt;Path&gt;ViewUpdater.ViewRotate&lt;/Path&gt;<br>
45                    <strong>&lt;/AnimationMemberDescription&gt;</strong><br>
46                    <strong>&lt;AnimationMemberDescription BlendOperationName=&quot;Float&quot;&gt;</strong><br>
47                        &lt;Path&gt;ProjectionUpdater.Near&lt;/Path&gt;<br>
48                    <strong>&lt;/AnimationMemberDescription&gt;</strong><br>
49                    <strong>&lt;AnimationMemberDescription BlendOperationName=&quot;Float&quot;&gt;</strong><br>
50                        &lt;Path&gt;ProjectionUpdater.Far&lt;/Path&gt;<br>
51                    <strong>&lt;/AnimationMemberDescription&gt;</strong><br>
52                    <strong>&lt;AnimationMemberDescription BlendOperationName=&quot;Float&quot;&gt;</strong><br>
53                        &lt;Path&gt;ProjectionUpdater.Fovy&lt;/Path&gt;<br>
54                    <strong>&lt;/AnimationMemberDescription&gt;</strong><br>
55                    <strong>&lt;AnimationMemberDescription BlendOperationName=&quot;Float&quot;&gt;</strong><br>
56                        &lt;Path&gt;ProjectionUpdater.AspectRatio&lt;/Path&gt;<br>
57                    <strong>&lt;/AnimationMemberDescription&gt;</strong><br>
58                    <strong>&lt;AnimationMemberDescription BlendOperationName=&quot;Float&quot;&gt;</strong><br>
59                        &lt;Path&gt;ProjectionUpdater.Height&lt;/Path&gt;<br>
60                    <strong>&lt;/AnimationMemberDescription&gt;</strong><br>
61                &lt;/MemberInformationSet&gt;<br>
62            &lt;/GraphicsAnimationGroupDescription&gt;<br>
63        &lt;/AnimationGroupDescriptions&gt;<br>
64        &lt;Transform&gt;<br>
65            &lt;Scale X=&quot;1&quot; Y=&quot;1&quot; Z=&quot;1&quot; /&gt;<br>
66            &lt;Rotate X=&quot;0&quot; Y=&quot;0&quot; Z=&quot;0&quot; /&gt;<br>
67            &lt;Translate X=&quot;10.1185&quot; Y=&quot;12.0733&quot; Z=&quot;12.8021&quot; /&gt;<br>
68        &lt;/Transform&gt;<br>
69        &lt;AimTargetViewUpdater Twist=&quot;0&quot; IsInheritingTargetRotate=&quot;false&quot; IsInheritingTargetTranslate=&quot;false&quot;&gt;<br>
70            &lt;TargetPosition X=&quot;0.72963&quot; Y=&quot;-0.397348&quot; Z=&quot;-0.43323&quot; /&gt;<br>
71        &lt;/AimTargetViewUpdater&gt;<br>
72        &lt;PerspectiveProjectionUpdater Near=&quot;0.01&quot; Far=&quot;1000&quot; Fovy=&quot;0.660595&quot; AspectRatio=&quot;1.5&quot; /&gt;<br>
73    &lt;/Camera&gt;<br>
74&lt;Cameras&gt;<br>
75</pre></td>
76</tr></table>
77
78	<hr><p>CONFIDENTIAL</p></body>
79</html>