From 0ea5fc66924303d1bf73ba283a383e2aadee02f2 Mon Sep 17 00:00:00 2001 From: neodarz Date: Sat, 11 Aug 2018 20:21:34 +0200 Subject: Initial commit --- docs/doxygen/nel/a02847.html | 101 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 101 insertions(+) create mode 100644 docs/doxygen/nel/a02847.html (limited to 'docs/doxygen/nel/a02847.html') diff --git a/docs/doxygen/nel/a02847.html b/docs/doxygen/nel/a02847.html new file mode 100644 index 00000000..7ffcd4b3 --- /dev/null +++ b/docs/doxygen/nel/a02847.html @@ -0,0 +1,101 @@ + + +NeL: NL3D::CMaterialBase::CAnimatedTexture struct Reference + + + +
+

NL3D::CMaterialBase::CAnimatedTexture Struct Reference

+ + + + + + + +

Public Member Functions

void serial (NLMISC::IStream &f)

Data Fields

CSmartPtr< ITextureTexture
+

Member Function Documentation

+

+ + + + +
+ + + + + + + + + + +
void NL3D::CMaterialBase::CAnimatedTexture::serial NLMISC::IStream f  ) 
+
+ + + + + +
+   + + +

+ +

+Definition at line 45 of file animated_material.cpp. +

+References NLMISC::IStream::isReading(), NLMISC::IStream::serialPolyPtr(), and Texture. +

+

00046 {
+00047         ITexture        *text= NULL;
+00048         if(f.isReading())
+00049         {
+00050                 f.serialPolyPtr(text);
+00051                 Texture= text;
+00052         }
+00053         else
+00054         {
+00055                 text= Texture;
+00056                 f.serialPolyPtr(text);
+00057         }
+00058 }
+
+


Field Documentation

+

+ + + + +
+ + +
CSmartPtr<ITexture> NL3D::CMaterialBase::CAnimatedTexture::Texture +
+
+ + + + + +
+   + + +

+ +

+Definition at line 137 of file animated_material.h. +

+Referenced by serial().

+


The documentation for this struct was generated from the following files: +
Generated on Tue Mar 16 06:50:35 2004 for NeL by + +doxygen +1.3.6
+ + -- cgit v1.2.1