Cached data is stored per-module. More...
#include <ApexSDKCachedData.h>
Public Member Functions | |
| virtual ::NvParameterized::Interface * | getCachedDataForAssetAtScale (Asset &asset, const PxVec3 &scale)=0 |
| Retreives the cached data for the asset, if it exists. | |
| virtual PxFileBuf & | serializeSingleAsset (Asset &asset, PxFileBuf &stream)=0 |
| Serializes the cooked data for a single asset into a stream. | |
| virtual PxFileBuf & | deserializeSingleAsset (Asset &asset, PxFileBuf &stream)=0 |
| Deserializes the cooked data for a single asset from a stream. | |
Cached data is stored per-module.
| virtual ::NvParameterized::Interface* nvidia::apex::ModuleCachedData::getCachedDataForAssetAtScale | ( | Asset & | asset, |
| const PxVec3 & | scale | ||
| ) | [pure virtual] |
Retreives the cached data for the asset, if it exists.
Otherwise returns NULL.