Class PlayerBalancesHelper
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: solution.dll
Syntax
[CreateAssetMenu(fileName = "PlayerBalancesHelper", menuName = "Economy Tools/Player Balances Helper")]
public class PlayerBalancesHelper : ScriptableObject
Fields
Name | Description |
---|---|
action | |
amount | |
currencyId |
Methods
Name | Description |
---|---|
InvokeAsync() | Used to trigger the call to the Economy Service using the options set in the inspector. |