C# Class OpenMetaverse.AssetClothing

Inheritance: AssetWearable
Show file Open project: 3di/3di-viewer-rei-libs Class Usage Examples

Public Methods

Method Description
AssetClothing ( ) : System
AssetClothing ( UUID assetID, byte assetData ) : System
AssetClothing ( string source ) : System

Method Details

AssetClothing() public method

public AssetClothing ( ) : System
return System

AssetClothing() public method

public AssetClothing ( UUID assetID, byte assetData ) : System
assetID UUID
assetData byte
return System

AssetClothing() public method

public AssetClothing ( string source ) : System
source string
return System