OpenMetaverse.InventoryNotecard.InventoryNotecard C# (CSharp) 메소드

InventoryNotecard() 공개 메소드

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