Public Member Functions
nvidia::apex::ApexSDKCachedData Class Reference

A method for storing actor data in a scene. More...

#include <ApexSDKCachedData.h>

List of all members.

Public Member Functions

virtual ModuleCachedDatagetCacheForModule (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 Sat Dec 1 2018 15:52:06

Copyright © 2012-2018 NVIDIA Corporation, 2701 San Tomas Expressway, Santa Clara, CA 95050 U.S.A. All rights reserved.