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

FindObjectByPathReplyEventArgs() public méthode

public FindObjectByPathReplyEventArgs ( string path, UUID inventoryObjectID ) : System
path string
inventoryObjectID UUID
Résultat System
        public FindObjectByPathReplyEventArgs(string path, UUID inventoryObjectID)
        {
            this.m_Path = path;
            this.m_InventoryObjectID = inventoryObjectID;
        }
FindObjectByPathReplyEventArgs