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. --- ..._1scene_1_1_i_particle_attraction_affector.html | 376 +++++++++++++++++++++ 1 file changed, 376 insertions(+) create mode 100644 src/others/irrlicht-1.8.1/doc/html/classirr_1_1scene_1_1_i_particle_attraction_affector.html (limited to 'src/others/irrlicht-1.8.1/doc/html/classirr_1_1scene_1_1_i_particle_attraction_affector.html') diff --git a/src/others/irrlicht-1.8.1/doc/html/classirr_1_1scene_1_1_i_particle_attraction_affector.html b/src/others/irrlicht-1.8.1/doc/html/classirr_1_1scene_1_1_i_particle_attraction_affector.html new file mode 100644 index 0000000..129d2d5 --- /dev/null +++ b/src/others/irrlicht-1.8.1/doc/html/classirr_1_1scene_1_1_i_particle_attraction_affector.html @@ -0,0 +1,376 @@ + + + + +Irrlicht 3D Engine: irr::scene::IParticleAttractionAffector Class Reference + + + + + + + + + + + + + + +
+ + +
+ + + + + + + + + + + + + + + + + +
+
Irrlicht 3D Engine + +
+ +
+ + + + + + +
+
+
+ + + + +
+
+ +
+
+
+ +
+
+ +
+
irr::scene::IParticleAttractionAffector Class Reference
+
+
+ +

A particle affector which attracts or detracts particles. + More...

+ +

#include <IParticleAttractionAffector.h>

+
+ + Inheritance diagram for irr::scene::IParticleAttractionAffector:
+
+
+ + +

List of all members.

+

+Public Member Functions

+ +

Detailed Description

+

A particle affector which attracts or detracts particles.

+ +

Definition at line 16 of file IParticleAttractionAffector.h.

+

Member Function Documentation

+ +
+
+ + + + + + + +
virtual bool irr::scene::IParticleAttractionAffector::getAffectX () const [pure virtual]
+
+
+ +

Get whether or not the particles X position are affected.

+ +
+
+ +
+
+ + + + + + + +
virtual bool irr::scene::IParticleAttractionAffector::getAffectY () const [pure virtual]
+
+
+ +

Get whether or not the particles Y position are affected.

+ +
+
+ +
+
+ + + + + + + +
virtual bool irr::scene::IParticleAttractionAffector::getAffectZ () const [pure virtual]
+
+
+ +

Get whether or not the particles Z position are affected.

+ +
+
+ +
+
+ + + + + + + +
virtual bool irr::scene::IParticleAttractionAffector::getAttract () const [pure virtual]
+
+
+ +

Get whether or not the particles are attracting or detracting.

+ +
+
+ +
+
+ + + + + + + +
virtual const core::vector3df& irr::scene::IParticleAttractionAffector::getPoint () const [pure virtual]
+
+
+ +

Get the point that particles are attracted to.

+ +
+
+ +
+
+ + + + + + + +
virtual E_PARTICLE_AFFECTOR_TYPE irr::scene::IParticleAttractionAffector::getType () const [inline, virtual]
+
+
+ +

Get emitter type.

+ +

Implements irr::scene::IParticleAffector.

+ +

Definition at line 51 of file IParticleAttractionAffector.h.

+ +

References irr::scene::EPAT_ATTRACT.

+ +
+
+ +
+
+ + + + + + + + +
virtual void irr::scene::IParticleAttractionAffector::setAffectX (bool affect) [pure virtual]
+
+
+ +

Set whether or not this will affect particles in the X direction.

+ +
+
+ +
+
+ + + + + + + + +
virtual void irr::scene::IParticleAttractionAffector::setAffectY (bool affect) [pure virtual]
+
+
+ +

Set whether or not this will affect particles in the Y direction.

+ +
+
+ +
+
+ + + + + + + + +
virtual void irr::scene::IParticleAttractionAffector::setAffectZ (bool affect) [pure virtual]
+
+
+ +

Set whether or not this will affect particles in the Z direction.

+ +
+
+ +
+
+ + + + + + + + +
virtual void irr::scene::IParticleAttractionAffector::setAttract (bool attract) [pure virtual]
+
+
+ +

Set whether or not the particles are attracting or detracting.

+ +
+
+ +
+
+ + + + + + + + +
virtual void irr::scene::IParticleAttractionAffector::setPoint (const core::vector3dfpoint) [pure virtual]
+
+
+ +

Set the point that particles will attract to.

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