Property | Type | Description | |
---|---|---|---|
guiSets | GUISet[] | ||
isLoggedInLabel | Text | ||
isRegisteredLabel | Text | ||
optOutLabel | Text | ||
pointBalanceLabel | Text | ||
rewardObjectPrefab | RewardObject, | ||
rewardsGrid | |||
tierAnniversary | Text | ||
tierLabel | Text | ||
tierPercentage | Text | ||
tierPointBalanceLabel | Text | ||
tiersText | Text | ||
unclaimedAchCountLabel | Text | ||
unclaimedAchValueLabel | Text |
Method | Description | |
---|---|---|
OnPopulateOffers ( Offer, offers ) : void | ||
OnPopulateRewards ( Reward, rewards ) : void | ||
OnPopulateTiers ( Tier, tiers ) : void | ||
OnPopulateUser ( UserData, user ) : void | ||
OnRewardsHit ( ) : void | ||
OnTierHit ( ) : void | ||
OnUserHit ( ) : void |
Method | Description | |
---|---|---|
Awake ( ) : void | ||
UpdateGUIState ( ) : void |
public OnPopulateOffers ( Offer, offers ) : void | ||
offers | Offer, | |
return | void |
public OnPopulateRewards ( Reward, rewards ) : void | ||
rewards | Reward, | |
return | void |
public OnPopulateTiers ( Tier, tiers ) : void | ||
tiers | Tier, | |
return | void |
public OnPopulateUser ( UserData, user ) : void | ||
user | UserData, | |
return | void |
public GridLayoutGroup,UnityEngine.UI rewardsGrid | ||
return |