OpenMetaverse Protocol Library Developers API Documentation
GetCachedAssetBytes Method (assetID)
NamespacesOpenMetaverseAssetCacheGetCachedAssetBytes(UUID)
Return bytes read from the local asset cache, null if it does not exist
Declaration Syntax
C#
public 
byte[] 
GetCachedAssetBytes(
        
UUID 
assetID
)
Parameters
assetID ( UUID)
UUID of the asset we want to get
Return Value
Raw bytes of the asset, or null on failure

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