OpenMetaverse.InventoryGesture.InventoryGesture C# (CSharp) Method

InventoryGesture() public method

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