OpenMetaverse Protocol Library Developers API Documentation
AssetMutable Constructor (type, assetID, assetData)
NamespacesOpenMetaverse.AssetsAssetMutableAssetMutable(AssetType, UUID, array< Byte > [] () [] [] )
Construct an Asset object of type Animation
Declaration Syntax
C#
public 
AssetMutable(
        
AssetType 
type,
        
UUID 
assetID,
        
byte[] 
assetData
)
Parameters
type ( AssetType)
Asset type
assetID ( UUID)
A unique UUIDspecific to this asset
assetData ( array< Byte > [] () [] [] )
A byte array containing the raw asset data

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