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

A particle emitter which emits particles from a box shaped space. + More...

+ +

#include <IParticleBoxEmitter.h>

+
+ + Inheritance diagram for irr::scene::IParticleBoxEmitter:
+
+
+ + +

List of all members.

+

+Public Member Functions

+ +

Detailed Description

+

A particle emitter which emits particles from a box shaped space.

+ +

Definition at line 17 of file IParticleBoxEmitter.h.

+

Member Function Documentation

+ +
+
+ + + + + + + +
virtual const core::aabbox3df& irr::scene::IParticleBoxEmitter::getBox () const [pure virtual]
+
+
+ +

Get the box shape set.

+ +
+
+ +
+
+ + + + + + + +
virtual E_PARTICLE_EMITTER_TYPE irr::scene::IParticleBoxEmitter::getType () const [inline, virtual]
+
+
+ +

Get emitter type.

+ +

Reimplemented from irr::scene::IParticleEmitter.

+ +

Definition at line 28 of file IParticleBoxEmitter.h.

+ +

References irr::scene::EPET_BOX.

+ +
+
+ +
+
+ + + + + + + + +
virtual void irr::scene::IParticleBoxEmitter::setBox (const core::aabbox3dfbox) [pure virtual]
+
+
+ +

Set the box shape.

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