UnityEngine.Purchasing.TransactionLog.GetRecordPath C# (CSharp) Méthode

GetRecordPath() private méthode

private GetRecordPath ( string transactionID ) : string
transactionID string
Résultat string
        private string GetRecordPath(string transactionID)
        {
            return Path.Combine(this.persistentDataPath, ComputeHash(transactionID));
        }