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

Cached data is stored per-module. More...

#include <ApexSDKCachedData.h>

List of all members.

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.

Detailed Description

Cached data is stored per-module.


Member Function Documentation

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.


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.