C# Class OpenMetaverse.Asset

显示文件 Open project: 3di/3di-viewer-rei-libs Class Usage Examples

Public Properties

Property Type Description
AssetData byte[]
Temporary bool

Public Methods

Method Description
Asset ( ) : System
Asset ( UUID assetID, byte assetData ) : System
Decode ( ) : bool

Decodes the AssetData, placing it in appropriate properties of the derived class.

Encode ( ) : void

Regenerates the AssetData byte array from the properties of the derived class.

Method Details

Asset() public method

public Asset ( ) : System
return System

Asset() public method

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

Decode() public abstract method

Decodes the AssetData, placing it in appropriate properties of the derived class.
public abstract Decode ( ) : bool
return bool

Encode() public abstract method

Regenerates the AssetData byte array from the properties of the derived class.
public abstract Encode ( ) : void
return void

Property Details

AssetData public_oe property

public byte[] AssetData
return byte[]

Temporary public_oe property

public bool Temporary
return bool