From 0ea5fc66924303d1bf73ba283a383e2aadee02f2 Mon Sep 17 00:00:00 2001 From: neodarz Date: Sat, 11 Aug 2018 20:21:34 +0200 Subject: Initial commit --- .../structNL3D_1_1CPSTexturedParticleNoAnim.html | 199 +++++++++++++++++++++ 1 file changed, 199 insertions(+) create mode 100644 docs/doxygen/nel/structNL3D_1_1CPSTexturedParticleNoAnim.html (limited to 'docs/doxygen/nel/structNL3D_1_1CPSTexturedParticleNoAnim.html') diff --git a/docs/doxygen/nel/structNL3D_1_1CPSTexturedParticleNoAnim.html b/docs/doxygen/nel/structNL3D_1_1CPSTexturedParticleNoAnim.html new file mode 100644 index 00000000..315bd2fb --- /dev/null +++ b/docs/doxygen/nel/structNL3D_1_1CPSTexturedParticleNoAnim.html @@ -0,0 +1,199 @@ + + + + nevrax.org : docs + + + + + + + + + + + + + + +
# Home   # nevrax.com   
+ + + + +
Nevrax
+ + + + + + + + + + +
+ + +
+ Nevrax.org
+ + + + + + + +
#News
#Mailing-list
#Documentation
#CVS
#Bugs
#License
+
+ + +
+ + +
+Docs + +
+  + + + + + +
Documentation 
+ +
+Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages   Search  
+

NL3D::CPSTexturedParticleNoAnim Struct Reference

this class is an interface for particles that have unanimated textures. +More... +

+#include <ps_particle_basic.h> +

+

Inheritance diagram for NL3D::CPSTexturedParticleNoAnim: +

+ +NL3D::CPSFanLight +NL3D::CPSRibbon +NL3D::CPSRibbonLookAt + +List of all members. + + + + + + +

Public Methods

virtual void setTexture (CSmartPtr< ITexture > tex)=0
 set the texture for this particle. More...

virtual ITexturegetTexture (void)=0
 get the texture used for this particle. More...

virtual const ITexturegetTexture (void) const=0
+

Detailed Description

+this class is an interface for particles that have unanimated textures. +

+ +

+Definition at line 373 of file ps_particle_basic.h.


Member Function Documentation

+

+ + + + +
+ + + + + + + + + + +
virtual const ITexture* NL3D::CPSTexturedParticleNoAnim::getTexture void   const [pure virtual]
+
+ + + + + +
+   + + +

+ +

+Implemented in NL3D::CPSFanLight.

+

+ + + + +
+ + + + + + + + + + +
virtual ITexture* NL3D::CPSTexturedParticleNoAnim::getTexture void   [pure virtual]
+
+ + + + + +
+   + + +

+get the texture used for this particle. +

+ +

+Implemented in NL3D::CPSFanLight.

+

+ + + + +
+ + + + + + + + + + +
virtual void NL3D::CPSTexturedParticleNoAnim::setTexture CSmartPtr< ITexture  tex [pure virtual]
+
+ + + + + +
+   + + +

+set the texture for this particle. +

+ +

+Implemented in NL3D::CPSFanLight.

+


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