1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.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    <link rel="stylesheet" href="../../css/manpage.css" type="text/css" />
7    <style type="text/css"><!--
8      span.static_style
9      {
10        font-size			: 8pt;
11        color				: white;
12        font-weight			: bold;
13        background			: #44f;
14        border-left			: solid 1px #aaf;
15        border-top			: solid 1px #aaf;
16        border-right		: solid 1px #00c;
17        border-bottom		: solid 1px #00c;
18        padding-left		: 2px;
19        padding-right		: 2px;
20      }
21
22      span.virtual_style
23      {
24        font-size			 : 8pt;
25        color				 : white;
26        font-weight			: bold;
27        background			: #0a0;
28        border-left			: solid 1px #0f0;
29        border-top			: solid 1px #0f0;
30        border-right		: solid 1px #060;
31        border-bottom		: solid 1px #060;
32        padding-left		: 2px;
33        padding-right		: 2px;
34      }
35
36      span.protected_style
37      {
38        font-size			 : 8pt;
39        color				 : white;
40        font-weight			: bold;
41        background			: #444;
42        border-left			: solid 1px #ccc;
43        border-top			: solid 1px #ccc;
44        border-right		: solid 1px #222;
45        border-bottom		: solid 1px #222;
46        padding-left		: 2px;
47        padding-right		: 2px;
48      }
49        --></style>
50    <title>nw::anim</title>
51  </head>
52  <body>
53    <h1><CODE><a href="../../nw/Overview.html">nw</a>::anim</CODE> Namespace</h1>
54    <h2>Description</h2>
55    <div class="section">
56      <p>Namespace for the animation library.</p>
57    </div>
58    <a name="namespace" id="namespace">
59      <h2>Namespace</h2>
60      <div class="section">
61        <table class="members">
62          <tr>
63            <th>
64              <a href="../../nw/anim/res/Overview.html">nw::anim::res</a>
65            </th>
66            <td>Namespace defining animation resource data types.</td>
67          </tr> </table>
68      </div>
69    </a> <a name="class" id="class">
70      <h2>Classes</h2>
71      <div class="section">
72        <table class="members">
73          <tr>
74            <th>
75              <a href="../../nw/anim/AnimResult/Overview.html">nw::anim::AnimResult</a>
76            </th>
77            <td>Class for animation results.</td>
78          </tr>
79          <tr>
80            <th>
81              <a href="../../nw/anim/AnimBlendOp/Overview.html">nw::anim::AnimBlendOp</a>
82            </th>
83            <td>Base class for animation blend operations.</td>
84          </tr>
85          <tr>
86            <th>
87              <a href="../../nw/anim/AnimBlendOpBool/Overview.html">nw::anim::AnimBlendOpBool</a>
88            </th>
89            <td>Class for <CODE>bool</CODE> animation blend operations.</td>
90          </tr>
91          <tr>
92            <th>
93              <a href="../../nw/anim/AnimBlendOpInt/Overview.html">nw::anim::AnimBlendOpInt</a>
94            </th>
95            <td>Class for <CODE>int </CODE>animation blend operations.</td>
96          </tr>
97          <tr>
98            <th>
99              <a href="../../nw/anim/AnimBlendOpFloat/Overview.html">nw::anim::AnimBlendOpFloat</a>
100            </th>
101            <td>Class for <CODE>float </CODE>animation blend operations.</td>
102          </tr>
103          <tr>
104            <th>
105              <a href="../../nw/anim/AnimBlendOpVector2/Overview.html">nw::anim::AnimBlendOpVector2</a>
106            </th>
107            <td>Class for <CODE>Vector2</CODE> animation blend operations.</td>
108          </tr>
109          <tr>
110            <th>
111              <a href="../../nw/anim/AnimBlendOpVector3/Overview.html">nw::anim::AnimBlendOpVector3</a>
112            </th>
113            <td>Class for <CODE>Vector3</CODE> animation blend operations.</td>
114          </tr>
115          <tr>
116            <th>
117              <a href="../../nw/anim/AnimBlendOpRgbaColor/Overview.html">nw::anim::AnimBlendOpRgbaColor</a>
118            </th>
119            <td>Class for <CODE>RGBA color</CODE> animation blend operations.</td>
120          </tr>
121          <tr>
122            <th>
123              <a href="../../nw/anim/AnimBlendOpTexture/Overview.html">nw::anim::AnimBlendOpTexture</a>
124            </th>
125            <td>Class for texture pattern animation blend operations.</td>
126          </tr>
127          <tr>
128            <th>
129              <a href="../../nw/anim/AnimFrame/Overview.html">nw::anim::AnimFrame</a>
130            </th>
131            <td>Class for animation frames.</td>
132          </tr>
133          <tr>
134            <th>
135              <a href="../../nw/anim/AnimFrameController/Overview.html">nw::anim::AnimFrameController</a>
136            </th>
137            <td>Class for animation frame control.</td>
138          </tr> </table>
139      </div>
140    </a> <a name="function" id="function">
141      <h2>Functions</h2>
142      <div class="section">
143        <table class="members">
144          <tr>
145            <td width="100">  </td>
146            <th>
147              <a href="../../nw/anim/PlayPolicy_Onetime.html">PlayPolicy_Onetime</a>
148            </th>
149            <td>Animation playback method for one-time playback.</td>
150          </tr>
151          <tr>
152            <td width="100">  </td>
153            <th>
154              <a href="../../nw/anim/PlayPolicy_Loop.html">PlayPolicy_Loop</a>
155            </th>
156            <td>Animation playback method for looping.</td>
157          </tr> </table>
158      </div>
159    </a>
160  <hr><p>CONFIDENTIAL</p></body>
161</html>