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 span.virtual_style 22 { 23 font-size : 8pt; 24 color : white; 25 font-weight : bold; 26 background : #0a0; 27 border-left : solid 1px #0f0; 28 border-top : solid 1px #0f0; 29 border-right : solid 1px #060; 30 border-bottom : solid 1px #060; 31 padding-left : 2px; 32 padding-right : 2px; 33 } 34 span.protected_style 35 { 36 font-size : 8pt; 37 color : white; 38 font-weight : bold; 39 background : #444; 40 border-left : solid 1px #ccc; 41 border-top : solid 1px #ccc; 42 border-right : solid 1px #222; 43 border-bottom : solid 1px #222; 44 padding-left : 2px; 45 padding-right : 2px; 46 } 47 --></style> 48 <title>nw::demo::ParticleEffect</title> 49 </head> 50 <body> 51 <h1><CODE>nw::demo::ParticleEffect</CODE> Class</h1> 52 <h2>Syntax</h2> 53 <div class="section"> 54 <pre class="definition">class ParticleEffect</pre> 55 </div> 56 <h2>Description</h2> 57 <div class="section"> 58 <p>Particle set for a single expression.</p> 59 </div> 60 <a name="function" id="function"> 61 <h2>Member Functions</h2> 62 <div class="section"> 63 <table class="members"> 64 <tr> 65 <th class="category" colspan="3">Initialization/Shutdown</th> 66 </tr> 67 <tr> 68 <td width="100"> 69 <span class="static_style" title="static">S</span> </td> 70 <th> 71 <a href="../../../nw/demo/ParticleEffect/Create.html">Create</a> 72 </th> 73 <td>Creates a ParticleEffect class.</td> 74 </tr> 75 <tr> 76 <td width="100"> </td> 77 <th> 78 <a href="../../../nw/demo/ParticleEffect/Destroy.html"><CODE>Destroy</CODE></a> 79 </th> 80 <td>Destroys a ParticleEffect class.</td> 81 </tr> 82 <tr> 83 <td width="100"> </td> 84 <th> 85 <a href="../../../nw/demo/ParticleEffect/Setup.html">Setup</a> 86 </th> 87 <td>Sets up the resource set.</td> 88 </tr> 89 <tr> 90 <td width="100"> </td> 91 <th> 92 <a href="../../../nw/demo/ParticleEffect/Register.html">Register</a> 93 </th> 94 <td>Registers nodes with the specified names as management targets from among the resources.</td> 95 </tr> 96 <tr> 97 <td width="100"> </td> 98 <th> 99 <a href="../../../nw/demo/ParticleEffect/ParticleEffect.html">ParticleEffect</a> 100 </th> 101 <td>Constructor.</td> 102 </tr> 103 <tr> 104 <td width="100"> </td> 105 <th> 106 <a href="../../../nw/demo/ParticleEffect/~ParticleEffect.html">~ParticleEffect</a> 107 </th> 108 <td>Destructor.</td> 109 </tr> 110 <tr> 111 <th class="category" colspan="3">Generating/Destroying</th> 112 </tr> 113 <tr> 114 <td width="100"> </td> 115 <th> 116 <a href="../../../nw/demo/ParticleEffect/LeaseInstance.html">LeaseInstance</a> 117 </th> 118 <td>Generates nodes.</td> 119 </tr> 120 <tr> 121 <td width="100"> </td> 122 <th> 123 <a href="../../../nw/demo/ParticleEffect/ReleaseInstance.html">ReleaseInstance</a> 124 </th> 125 <td>Releases nodes.</td> 126 </tr> 127 <tr> 128 <th class="category" colspan="3">Get</th> 129 </tr> 130 <tr> 131 <td width="100"> </td> 132 <th> 133 <a href="../../../nw/demo/ParticleEffect/GetActiveEffect.html">GetActiveEffect</a> 134 </th> 135 <td>Gets an effect being leased by index.</td> 136 </tr> 137 <tr> 138 <td width="100"> </td> 139 <th> 140 <a href="../../../nw/demo/ParticleEffect/ResetParticle.html">ResetParticle</a> 141 </th> 142 <td>Initializes nodes.</td> 143 </tr> 144 <tr> 145 <th class="category" colspan="3">Instance Pool</th> 146 </tr> 147 <tr> 148 <td width="100"> </td> 149 <th> 150 <a href="../../../nw/demo/ParticleEffect/GetPoolSize.html">GetPoolSize</a> 151 </th> 152 <td>Gets the total number of instances already allocated including those being leased.</td> 153 </tr> 154 <tr> 155 <td width="100"> </td> 156 <th> 157 <a href="../../../nw/demo/ParticleEffect/GetFreeSize.html">GetFreeSize</a> 158 </th> 159 <td>Gets the number of free instances not being leased.</td> 160 </tr> 161 <tr> 162 <td width="100"> </td> 163 <th> 164 <a href="../../../nw/demo/ParticleEffect/GetActiveSize.html">GetActiveSize</a> 165 </th> 166 <td>Gets the number of instances being leased.</td> 167 </tr> 168 <tr> 169 <td width="100"> </td> 170 <th> 171 <a href="../../../nw/demo/ParticleEffect/AddPool.html">AddPool</a> 172 </th> 173 <td>Newly pools the specified number of instances.</td> 174 </tr> 175 <tr> 176 <td width="100"> </td> 177 <th> 178 <a href="../../../nw/demo/ParticleEffect/FreePool.html">FreePool</a> 179 </th> 180 <td>Destroys all instances other than those being leased.</td> 181 </tr> </table> 182 </div> 183 </a> 184 <hr><p>CONFIDENTIAL</p></body> 185</html> 186