C# Class OpenMetaverse.AppearanceManager.WearableData

Datei anzeigen 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_oe property

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

AssetID public_oe property

AssetID of the wearable asset
public UUID AssetID
return UUID

AssetType public_oe property

AssetType of the wearable
public AssetType AssetType
return AssetType

ItemID public_oe property

Inventory ItemID of the wearable
public UUID ItemID
return UUID

WearableType public_oe property

WearableType of the wearable
public WearableType WearableType
return WearableType