Public Member Functions | |
| void | serial (NLMISC::IStream &f) |
Data Fields | |
| CSmartPtr< ITexture > | Texture |
|
|
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 }
|
|
|
Definition at line 137 of file animated_material.h. Referenced by serial(). |
1.3.6