Property | Type | Description | |
---|---|---|---|
itemCount | Text | ||
playFabTitleId | string | ||
spin | Button | ||
spinTicketBalance | Text | ||
timeUntilNextFreeSpin | Text |
Method | Description | |
---|---|---|
AuthenticateWithPlayFab ( ) : void | ||
GetInventory ( ) : void | ||
GetInventoryCallback ( |
||
LockUI ( ) : void | ||
OnApiCallError ( |
||
OnLoginCallback ( LoginResult result ) : void | ||
OnSpinClicked ( ) : void | ||
SetUI ( int tickets, int items, string nextFree ) : void | ||
Start ( ) : void | ||
TryToSpin ( ) : void | ||
TryToSpinCallback ( |
||
UnlockUI ( ) : void |
public GetInventoryCallback ( |
||
result | ||
return | void |
public OnApiCallError ( |
||
err | ||
return | void |
public OnLoginCallback ( LoginResult result ) : void | ||
result | LoginResult | |
return | void |
public SetUI ( int tickets, int items, string nextFree ) : void | ||
tickets | int | |
items | int | |
nextFree | string | |
return | void |
public TryToSpinCallback ( |
||
result | ||
return | void |