My Project
Public Member Functions | Public Attributes | List of all members
ParaEngine::CAssetRequestData Class Reference

an asset request data to be sent via the CURLRequestTask More...

#include <NPLNetClient.h>

Public Member Functions

 CAssetRequestData (AssetEntity &asset)
 

Public Attributes

int m_nAssetType
 it is of AssetEntity::AssetType
 
string m_sAssetKey
 this is usually used to locate the asset entity once request is finished. More...
 
bool m_bLazyLoading
 default to true. More...
 

Detailed Description

an asset request data to be sent via the CURLRequestTask

Member Data Documentation

§ m_bLazyLoading

bool ParaEngine::CAssetRequestData::m_bLazyLoading

default to true.

if true, it will immediately refresh texture when data is available. otherwise, we will wait until the next round.

§ m_sAssetKey

string ParaEngine::CAssetRequestData::m_sAssetKey

this is usually used to locate the asset entity once request is finished.


The documentation for this class was generated from the following files: