MCPcopy Create free account
hub / github.com/OGRECave/ogre-next / queueForExport

Method queueForExport

OgreMain/src/OgreMaterialSerializer.cpp:113–121  ·  view source on GitHub ↗

-----------------------------------------------------------------------

Source from the content-addressed store, hash-verified

111 }
112 //-----------------------------------------------------------------------
113 void MaterialSerializer::queueForExport( const MaterialPtr &pMat, bool clearQueued,
114 bool exportDefaults, const String &materialName )
115 {
116 if( clearQueued )
117 clearQueue();
118
119 mDefaults = exportDefaults;
120 writeMaterial( pMat, materialName );
121 }
122 //-----------------------------------------------------------------------
123 void MaterialSerializer::clearQueue()
124 {

Callers 4

OnEditMethod · 0.80
exportMaterialMethod · 0.80
doExportMaterialsMethod · 0.80
doExportMaterialsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected