C# Class SessionMSampleGUI, sessionm-enterprise-unity

Inheritance: MonoBehaviour
Afficher le fichier Open project: sessionm/sessionm-enterprise-unity

Méthodes publiques

Свойство Type Description
guiSets GUISet[]
isLoggedInLabel Text
isRegisteredLabel Text
optOutLabel Text
pointBalanceLabel Text
rewardObjectPrefab RewardObject,
rewardsGrid UnityEngine.UI.GridLayoutGroup
tierAnniversary Text
tierLabel Text
tierPercentage Text
tierPointBalanceLabel Text
tiersText Text
unclaimedAchCountLabel Text
unclaimedAchValueLabel Text

Méthodes publiques

Méthode Description
OnPopulateOffers ( Offer, offers ) : void
OnPopulateRewards ( Reward, rewards ) : void
OnPopulateTiers ( Tier, tiers ) : void
OnPopulateUser ( UserData, user ) : void
OnRewardsHit ( ) : void
OnTierHit ( ) : void
OnUserHit ( ) : void

Private Methods

Méthode Description
Awake ( ) : void
UpdateGUIState ( ) : void

Method Details

OnPopulateOffers() public méthode

public OnPopulateOffers ( Offer, offers ) : void
offers Offer,
Résultat void

OnPopulateRewards() public méthode

public OnPopulateRewards ( Reward, rewards ) : void
rewards Reward,
Résultat void

OnPopulateTiers() public méthode

public OnPopulateTiers ( Tier, tiers ) : void
tiers Tier,
Résultat void

OnPopulateUser() public méthode

public OnPopulateUser ( UserData, user ) : void
user UserData,
Résultat void

OnRewardsHit() public méthode

public OnRewardsHit ( ) : void
Résultat void

OnTierHit() public méthode

public OnTierHit ( ) : void
Résultat void

OnUserHit() public méthode

public OnUserHit ( ) : void
Résultat void

Property Details

guiSets public_oe property

public GUISet[] guiSets
Résultat GUISet[]

isLoggedInLabel public_oe property

public Text isLoggedInLabel
Résultat Text

isRegisteredLabel public_oe property

public Text isRegisteredLabel
Résultat Text

optOutLabel public_oe property

public Text optOutLabel
Résultat Text

pointBalanceLabel public_oe property

public Text pointBalanceLabel
Résultat Text

rewardObjectPrefab public_oe property

public RewardObject, rewardObjectPrefab
Résultat RewardObject,

rewardsGrid public_oe property

public GridLayoutGroup,UnityEngine.UI rewardsGrid
Résultat UnityEngine.UI.GridLayoutGroup

tierAnniversary public_oe property

public Text tierAnniversary
Résultat Text

tierLabel public_oe property

public Text tierLabel
Résultat Text

tierPercentage public_oe property

public Text tierPercentage
Résultat Text

tierPointBalanceLabel public_oe property

public Text tierPointBalanceLabel
Résultat Text

tiersText public_oe property

public Text tiersText
Résultat Text

unclaimedAchCountLabel public_oe property

public Text unclaimedAchCountLabel
Résultat Text

unclaimedAchValueLabel public_oe property

public Text unclaimedAchValueLabel
Résultat Text