#include <W3DAssetManager.h>
Inherits WW3DAssetManager.
Definition at line 59 of file W3DAssetManager.h.
| W3DAssetManager::W3DAssetManager | ( | void | ) |
Definition at line 153 of file W3DAssetManager.cpp.
|
virtual |
Definition at line 161 of file W3DAssetManager.cpp.
|
virtual |
Reimplemented from WW3DAssetManager.
Definition at line 276 of file W3DAssetManager.cpp.
|
virtual |
Generals specific code to generate customized render objects for each team color Scale==1.0, color==0x00000000, and oldTexure==NULL are defaults that do nothing.
Definition at line 719 of file W3DAssetManager.cpp.
|
virtual |
Reimplemented from WW3DAssetManager.
Definition at line 1113 of file W3DAssetManager.cpp.
|
virtual |
Reimplemented from WW3DAssetManager.
Definition at line 172 of file W3DAssetManager.cpp.
|
virtual |
Reimplemented from WW3DAssetManager.
Definition at line 1011 of file W3DAssetManager.cpp.
| int W3DAssetManager::replacePrototypeTexture | ( | RenderObjClass * | robj, |
| const char * | oldname, | ||
| const char * | newname ) |
Swaps the specified textures in the render object prototype.
Replaces all references to old texture with new texture. Operation is performed on asset prototype so it will affect most instances of this object. Objects which have been customized with house color will not be affected unless they are created after this function is called.
Definition at line 363 of file W3DAssetManager.cpp.
| void W3DAssetManager::Report_Used_Assets | ( | void | ) |
Report any assets with reference counts > 1. This means they are still referenced by something besides the asset manager.
Definition at line 1279 of file W3DAssetManager.cpp.
| void W3DAssetManager::Report_Used_Font3DDatas | ( | void | ) |
Report all used fonts
Definition at line 1348 of file W3DAssetManager.cpp.
| void W3DAssetManager::Report_Used_FontChars | ( | void | ) |
Definition at line 1293 of file W3DAssetManager.cpp.
| void W3DAssetManager::Report_Used_Prototypes | ( | void | ) |
Report prototypes that have all assets with reference count equal to 1
Definition at line 1263 of file W3DAssetManager.cpp.
| void W3DAssetManager::Report_Used_Textures | ( | void | ) |
Report all textures with refcounts >= 1
Definition at line 1310 of file W3DAssetManager.cpp.