📄 hgeparticle__main.html
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<!-- http://hge.relishgames.com -->
<html>
<head>
<meta name="Keywords" content="game engine, 2d, hardware accelerated, hge, engine, relish games, game development">
<meta name="Description" content="Haaf's Game Engine - Hardware accelerated 2D games engine">
<title>Haaf's Game Engine - Hardware accelerated 2D games engine</title>
<link rel=stylesheet type=text/css href=hge.css>
<script language="JavaScript" src="hge.js"></script>
</head>
<body onload="switchContents('cnt_main.html','cnt_hgeparticle.html');" bgcolor=#ffffff text=#000000 link=#7F0000 vlink=#7F0000 alink=#7F0000 marginwidth=0 marginheight=0 leftmargin=0 topmargin=0>
<table height=100% cellspacing=0 cellpadding=0 border=0><tr>
<td valign=top>
<table width=566 cellspacing=0 cellpadding=20 border=0><tr><td>
<h1 style="margin-top:0px">hgeParticleSystem helper class</h1>
<p>
<b>hgeParticleSystem</b> is a <b>HGE</b> helper class for advanced 2D
particle systems. Like most of helper classes <b>hgeParticleSystem</b> requires
a valid global pointer to <b>HGE</b> interface to exist somewhere in your code:
<pre>
HGE *hge;
</pre>
</p>
<h2>hgeParticleSystem methods</h2>
<p>
<table width=486 cellspacing=0 cellpadding=0 border=0>
<tr>
<td><a href="hgeparticle_constructors.html">Constructors</a></td>
<td>Create and initalize <b>hgeParticleSystem</b> object.</td>
</tr>
<tr><td> </td><td> </td></tr>
<tr>
<td><a href="hgeparticle_update.html">Update</a></td>
<td>Updates particle system.</td>
</tr>
<tr>
<td><a href="hgeparticle_moveto.html">MoveTo</a></td>
<td>Moves particle system's emitter to a new screen position.</td>
</tr>
<tr>
<td><a href="hgeparticle_transpose.html">Transpose</a></td>
<td>Moves the whole particle system to a new screen position.</td>
</tr>
<tr>
<td><a href="hgeparticle_fireat.html">FireAt</a></td>
<td>Fires particle system at the specified screen position.</td>
</tr>
<tr>
<td><a href="hgeparticle_fire.html">Fire</a></td>
<td>Fires particle system.</td>
</tr>
<tr>
<td><a href="hgeparticle_stop.html">Stop</a></td>
<td>Stops particle system.</td>
</tr>
<tr>
<td><a href="hgeparticle_render.html">Render</a></td>
<td>Renders particle system to the screen.</td>
</tr>
<tr><td> </td><td> </td></tr>
<tr>
<td><a href="hgeparticle_getboundingbox.html">GetBoundingBox</a></td>
<td>Returns current particle system bounding box.</td>
</tr>
<tr>
<td><a href="hgeparticle_getparticlesalive.html">GetParticlesAlive</a></td>
<td>Returns current number of active particles.</td>
</tr>
<tr>
<td><a href="hgeparticle_getposition.html">GetPosition</a></td>
<td>Returns current particle system screen position.</td>
</tr>
<tr>
<td><a href="hgeparticle_getage.html">GetAge</a></td>
<td>Returns the particle system's age.</td>
</tr>
</table>
</p>
<h2>Related information</h2>
<p>
<a href="hgeparticle_datamembers.html">hgeParticleSystem data members</a><br>
<a href="hgeparticle_psinfo.html">hgeParticleSystemInfo structure</a>
</p>
<h2>Requirements</h2>
<p>
<b>Header:</b> hgeparticle.h<br>
<b>Import library:</b> hgehelp.lib
</p>
<h2>See also</h2>
<p>
<a href="hgepmanager__main.html">hgeParticleManager</a>,
<a href="peditor__main.html">HGE Particle Systems Editor</a>
</p>
<br>
</td></tr></table>
</td>
</tr></table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -