OpenMetaverse.InventoryAnimation.InventoryAnimation C# (CSharp) Method

InventoryAnimation() public method

Construct an InventoryAnimation object
public InventoryAnimation ( UUID itemID ) : System
itemID UUID A which becomes the /// objects AssetUUID
return System
        public InventoryAnimation(UUID itemID)
            : base(itemID)
        {
            InventoryType = InventoryType.Animation;
        }
InventoryAnimation