From 7028cbe09c688437910a25623098762bf0fa592d Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Mon, 28 Mar 2016 22:28:34 +1000 Subject: Move Irrlicht to src/others. --- .../classirr_1_1scene_1_1_i_particle_affector.html | 317 +++++++++++++++++++++ 1 file changed, 317 insertions(+) create mode 100644 src/others/irrlicht-1.8.1/doc/html/classirr_1_1scene_1_1_i_particle_affector.html (limited to 'src/others/irrlicht-1.8.1/doc/html/classirr_1_1scene_1_1_i_particle_affector.html') diff --git a/src/others/irrlicht-1.8.1/doc/html/classirr_1_1scene_1_1_i_particle_affector.html b/src/others/irrlicht-1.8.1/doc/html/classirr_1_1scene_1_1_i_particle_affector.html new file mode 100644 index 0000000..c579b07 --- /dev/null +++ b/src/others/irrlicht-1.8.1/doc/html/classirr_1_1scene_1_1_i_particle_affector.html @@ -0,0 +1,317 @@ + + + + +Irrlicht 3D Engine: irr::scene::IParticleAffector Class Reference + + + + + + + + + + + + + + +
+ + +
+ + + + + + + + + + + + + + + + + +
+
Irrlicht 3D Engine + +
+ +
+ + + + + + +
+
+
+ + + + +
+
+ +
+
+
+ +
+
+ +
+
irr::scene::IParticleAffector Class Reference
+
+
+ +

A particle affector modifies particles. + More...

+ +

#include <IParticleAffector.h>

+
+ + Inheritance diagram for irr::scene::IParticleAffector:
+
+
+ + +

List of all members.

+

+Public Member Functions

+ +

+Protected Attributes

+ +

Detailed Description

+

A particle affector modifies particles.

+ +

Definition at line 41 of file IParticleAffector.h.

+

Constructor & Destructor Documentation

+ +
+
+ + + + + + + +
irr::scene::IParticleAffector::IParticleAffector () [inline]
+
+
+ +

constructor

+ +

Definition at line 46 of file IParticleAffector.h.

+ +
+
+

Member Function Documentation

+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
virtual void irr::scene::IParticleAffector::affect (u32 now,
SParticleparticlearray,
u32 count 
) [pure virtual]
+
+
+ +

Affects an array of particles.

+
Parameters:
+ + + + +
nowCurrent time. (Same as ITimer::getTime() would return)
particlearrayArray of particles.
countAmount of particles in array.
+
+
+ +
+
+ +
+
+ + + + + + + +
virtual bool irr::scene::IParticleAffector::getEnabled () const [inline, virtual]
+
+
+ +

Gets whether or not the affector is currently enabled.

+ +

Definition at line 58 of file IParticleAffector.h.

+ +

References Enabled.

+ +
+
+ +
+
+ + + + + + + +
virtual E_PARTICLE_AFFECTOR_TYPE irr::scene::IParticleAffector::getType () const [pure virtual]
+
+ +
+ +
+
+ + + + + + + + +
virtual void irr::scene::IParticleAffector::setEnabled (bool enabled) [inline, virtual]
+
+
+ +

Sets whether or not the affector is currently enabled.

+ +

Definition at line 55 of file IParticleAffector.h.

+ +

References Enabled.

+ +
+
+

Member Data Documentation

+ +
+
+ + + + +
bool irr::scene::IParticleAffector::Enabled [protected]
+
+
+ +

Definition at line 64 of file IParticleAffector.h.

+ +

Referenced by getEnabled(), and setEnabled().

+ +
+
+
The documentation for this class was generated from the following file: +
+
+ + + + + -- cgit v1.1