OpenMetaverse Protocol Library Developers API Documentation
AssetManager . . :: . . MeshDownloadCallback Delegate
NamespacesOpenMetaverseAssetManagerAssetManager . . :: . . MeshDownloadCallback
A callback that fires upon the completition of the RequestMesh call
Declaration Syntax
C#
public 
delegate 
void 
MeshDownloadCallback(
        
bool 
success,
        
AssetMesh 
assetMesh
)
Parameters
success ( Boolean)
Was the download successfull
assetMesh ( AssetMesh)
Resulting mesh or null on problems

Assembly: OpenMetaverse(Module: OpenMetaverse.dll) Version: 0.9.3.3318 (0.9.3.3318)