nvidia::apex::ApexSDKCachedData Class Reference
A method for storing actor data in a scene. More...
#include <ApexSDKCachedData.h>
Public Member Functions | |
virtual ModuleCachedData * | getCacheForModule (AuthObjTypeID moduleID)=0 |
Retreives the scene cached data for the actor, if it exists. | |
virtual PxFileBuf & | serialize (PxFileBuf &) const =0 |
Save cache configuration to a stream. | |
virtual PxFileBuf & | deserialize (PxFileBuf &)=0 |
Load cache configuration from a stream. | |
virtual void | clear (bool force=true)=0 |
Clear data. |
Detailed Description
A method for storing actor data in a scene.
Member Function Documentation
virtual ModuleCachedData* nvidia::apex::ApexSDKCachedData::getCacheForModule | ( | AuthObjTypeID | moduleID | ) | [pure virtual] |
Retreives the scene cached data for the actor, if it exists.
Otherwise returns NULL.
The documentation for this class was generated from the following file:
Generated on Fri Dec 15 2017 13:58:37
Copyright © 2012-2017 NVIDIA Corporation, 2701 San Tomas Expressway, Santa Clara, CA 95050 U.S.A. All rights reserved.