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

InventoryNotecard() public méthode

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