OpenMetaverse.InventoryAnimation.InventoryAnimation C# (CSharp) Méthode

InventoryAnimation() public méthode

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