C# Class OpenMetaverse.InventoryAnimation

InventoryAnimation Class, A bvh encoded object which animates an avatar
Inheritance: InventoryItem
Show file Open project: 3di/3di-viewer-rei-libs

Public Methods

Method Description
InventoryAnimation ( UUID itemID ) : System

Construct an InventoryAnimation object

Method Details

InventoryAnimation() public method

Construct an InventoryAnimation object
public InventoryAnimation ( UUID itemID ) : System
itemID UUID A which becomes the /// objects AssetUUID
return System