void MoveToCacheListFront(MeshCacheListType list, MeshCacheItem* p);
MoveToCacheListFront moves MeshCacheItem to the front of the specified cache list. This method ignores calls with null argument.
|
Parameters |
Description |
|
MeshCacheListType list |
The type of the cache the mesh item is in. |
|
MeshCacheItem* p |
Pointer to the MeshCacheItem holding the meshes. |