Class PurchasesHelper
Inherited Members
Object.FindObjectsByType<T>(FindObjectsSortMode)
Object.FindObjectsByType<T>(FindObjectsInactive, FindObjectsSortMode)
Object.FindFirstObjectByType<T>()
Object.FindAnyObjectByType<T>()
Object.FindFirstObjectByType<T>(FindObjectsInactive)
Object.FindAnyObjectByType<T>(FindObjectsInactive)
Namespace: Unity.Services.Economy.Tools
Assembly: Unity.Services.Economy.dll
Syntax
[CreateAssetMenu(fileName = "PurchasesHelper", menuName = "Economy Tools/Purchases Helper")]
public class PurchasesHelper : ScriptableObject
Fields
purchaseId
Declaration
[Header("Make Purchase")]
public string purchaseId
Field Value
Type | Description |
---|---|
string |
Methods
InvokeAsync()
Used to trigger the call to the Economy Service using the options set in the inspector.
Declaration
public void InvokeAsync()