C# Class OpenMetaverse.AppearanceManager.WearableData

Show file Open project: N3X15/VoxelSim

Public Properties

Property Type Description
Asset AssetWearable
AssetID UUID
AssetType AssetType
ItemID UUID
WearableType WearableType

Public Methods

Method Description
ToString ( ) : string

Method Details

ToString() public method

public ToString ( ) : string
return string

Property Details

Asset public property

Asset data for the wearable
public AssetWearable,OpenMetaverse Asset
return AssetWearable

AssetID public property

AssetID of the wearable asset
public UUID AssetID
return UUID

AssetType public property

AssetType of the wearable
public AssetType AssetType
return AssetType

ItemID public property

Inventory ItemID of the wearable
public UUID ItemID
return UUID

WearableType public property

WearableType of the wearable
public WearableType WearableType
return WearableType