Updated docs
This commit is contained in:
43
doc/files/getparticletype.html
Normal file
43
doc/files/getparticletype.html
Normal file
@@ -0,0 +1,43 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" href="style.css">
|
||||
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
||||
<title>getParticleType [RCBasic Doc] </title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<p><h2>function getParticleType( actor ) </h2></p>
|
||||
<p>
|
||||
Returns the particle type
|
||||
</p>
|
||||
<p>
|
||||
Possible Particle Types
|
||||
</p>
|
||||
<ul>
|
||||
<li>
|
||||
PARTICLE_TYPE_POINT
|
||||
</li>
|
||||
<li>
|
||||
PARTICLE_TYPE_BOX
|
||||
</li>
|
||||
<li>
|
||||
PARTICLE_TYPE_SPHERE
|
||||
</li>
|
||||
<li>
|
||||
PARTICLE_TYPE_CYLINDER
|
||||
</li>
|
||||
<li>
|
||||
PARTICLE_TYPE_MESH
|
||||
</li>
|
||||
<li>
|
||||
PARTICLE_TYPE_RING
|
||||
</li>
|
||||
</ul>
|
||||
<br><p>Related:
|
||||
<a href="createparticleactor.html">CreateParticleActor</a>
|
||||
</p>
|
||||
<p>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user