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>nw::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>
67        </td>
68          </tr> </table>
69      </div>
70    </a> <a name="class" id="class">
71      <h2>Classes</h2>
72      <div class="section">
73        <table class="members">
74          <tr>
75            <th>
76              <a href="../../nw/anim/AnimResult/Overview.html">nw::anim::AnimResult</a>
77            </th>
78            <td>Class for animation results.</td>
79          </tr>
80          <tr>
81            <th>
82              <a href="../../nw/anim/AnimBlendOp/Overview.html">nw::anim::AnimBlendOp</a>
83            </th>
84            <td>Base class for animation blend operations.</td>
85          </tr>
86          <tr>
87            <th>
88              <a href="../../nw/anim/AnimBlendOpBool/Overview.html">nw::anim::AnimBlendOpBool</a>
89            </th>
90            <td>Class for <CODE>bool</CODE> animation blend operations.</td>
91          </tr>
92          <tr>
93            <th>
94              <a href="../../nw/anim/AnimBlendOpInt/Overview.html">nw::anim::AnimBlendOpInt</a>
95            </th>
96            <td>Class for <CODE>int </CODE>animation blend operations.</td>
97          </tr>
98          <tr>
99            <th>
100              <a href="../../nw/anim/AnimBlendOpFloat/Overview.html">nw::anim::AnimBlendOpFloat</a>
101            </th>
102            <td>Class for <CODE>float </CODE>animation blend operations.</td>
103          </tr>
104          <tr>
105            <th>
106              <a href="../../nw/anim/AnimBlendOpVector2/Overview.html">nw::anim::AnimBlendOpVector2</a>
107            </th>
108            <td>Class for <CODE>Vector2</CODE> animation blend operations.</td>
109          </tr>
110          <tr>
111            <th>
112              <a href="../../nw/anim/AnimBlendOpVector3/Overview.html">nw::anim::AnimBlendOpVector3</a>
113            </th>
114            <td>Class for <CODE>Vector3</CODE> animation blend operations.</td>
115          </tr>
116          <tr>
117            <th>
118              <a href="../../nw/anim/AnimBlendOpRgbaColor/Overview.html">nw::anim::AnimBlendOpRgbaColor</a>
119            </th>
120            <td>Class for <CODE>RGBA color</CODE> animation blend operations.</td>
121          </tr>
122          <tr>
123            <th>
124              <a href="../../nw/anim/AnimBlendOpTexture/Overview.html">nw::anim::AnimBlendOpTexture</a>
125            </th>
126            <td>Class for texture pattern animation blend operations.</td>
127          </tr>
128          <tr>
129            <th>
130              <a href="../../nw/anim/AnimFrame/Overview.html">nw::anim::AnimFrame</a>
131            </th>
132            <td>Class for animation frames.</td>
133          </tr>
134          <tr>
135            <th>
136              <a href="../../nw/anim/AnimFrameController/Overview.html">nw::anim::AnimFrameController</a>
137            </th>
138            <td>Class for animation frame control.</td>
139          </tr> </table>
140      </div>
141    </a> <a name="function" id="function">
142      <h2>Functions</h2>
143      <div class="section">
144        <table class="members">
145          <tr>
146            <td width="100">  </td>
147            <th>
148              <a href="../../nw/anim/PlayPolicy_Onetime.html">PlayPolicy_Onetime</a>
149            </th>
150            <td>Animation playback method for one-time playback.</td>
151          </tr>
152          <tr>
153            <td width="100">  </td>
154            <th>
155              <a href="../../nw/anim/PlayPolicy_Loop.html">PlayPolicy_Loop</a>
156            </th>
157            <td>Animation playback method for looping.</td>
158          </tr> </table>
159      </div>
160    </a>
161  <hr><p>CONFIDENTIAL</p></body>
162</html>