Property | Type | Description | |
---|---|---|---|
ALPHA | int | ||
DEFAULT_EYES_ASSET | UUID | ||
DEFAULT_EYES_ITEM | UUID | ||
DEFAULT_HAIR_ASSET | UUID | ||
DEFAULT_HAIR_ITEM | UUID | ||
DEFAULT_PANTS_ASSET | UUID | ||
DEFAULT_PANTS_ITEM | UUID | ||
DEFAULT_SHAPE_ASSET | UUID | ||
DEFAULT_SHAPE_ITEM | UUID | ||
DEFAULT_SHIRT_ASSET | UUID | ||
DEFAULT_SHIRT_ITEM | UUID | ||
DEFAULT_SKIN_ASSET | UUID | ||
DEFAULT_SKIN_ITEM | UUID | ||
EYES | int | ||
GLOVES | int | ||
HAIR | int | ||
JACKET | int | ||
MAX_WEARABLES | int | ||
MaxItems | int | ||
PANTS | int | ||
PHYSICS | int | ||
SHAPE | int | ||
SHIRT | int | ||
SHOES | int | ||
SKIN | int | ||
SKIRT | int | ||
SOCKS | int | ||
TATTOO | int | ||
UNDERPANTS | int | ||
UNDERSHIRT | int |
Property | Type | Description | |
---|---|---|---|
m_ids | List |
||
m_items | UUID>.Dictionary |
Method | Description | |
---|---|---|
Add ( UUID itemID, UUID assetID ) : void | ||
AvatarWearable ( ) : System.Collections.Generic | ||
AvatarWearable ( OSDArray args ) : System.Collections.Generic | ||
AvatarWearable ( UUID itemID, UUID assetID ) : System.Collections.Generic | ||
Clear ( ) : void | ||
FromOSD ( OSDArray args ) : void | ||
GetAsset ( UUID itemID ) : UUID | ||
GetItem ( UUID assetID ) : UUID | ||
GetItems ( ) : UUID>.Dictionary |
||
RemoveAsset ( UUID assetID ) : void | ||
RemoveItem ( UUID itemID ) : void | ||
ToOSD ( ) : OSDArray | ||
Wear ( UUID itemID, UUID assetID ) : void | ||
Wear ( |
||
this ( int idx ) : |
public Add ( UUID itemID, UUID assetID ) : void | ||
itemID | UUID | |
assetID | UUID | |
return | void |
public AvatarWearable ( ) : System.Collections.Generic | ||
return | System.Collections.Generic |
public AvatarWearable ( OSDArray args ) : System.Collections.Generic | ||
args | OSDArray | |
return | System.Collections.Generic |
public AvatarWearable ( UUID itemID, UUID assetID ) : System.Collections.Generic | ||
itemID | UUID | |
assetID | UUID | |
return | System.Collections.Generic |
public Wear ( UUID itemID, UUID assetID ) : void | ||
itemID | UUID | |
assetID | UUID | |
return | void |