C# 클래스 SessionMSampleGUI, sessionm-enterprise-unity

상속: MonoBehaviour
파일 보기 프로젝트 열기: sessionm/sessionm-enterprise-unity

공개 프로퍼티들

프로퍼티 타입 설명
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

공개 메소드들

메소드 설명
OnPopulateOffers ( Offer, offers ) : void
OnPopulateRewards ( Reward, rewards ) : void
OnPopulateTiers ( Tier, tiers ) : void
OnPopulateUser ( UserData, user ) : void
OnRewardsHit ( ) : void
OnTierHit ( ) : void
OnUserHit ( ) : void

비공개 메소드들

메소드 설명
Awake ( ) : void
UpdateGUIState ( ) : void

메소드 상세

OnPopulateOffers() 공개 메소드

public OnPopulateOffers ( Offer, offers ) : void
offers Offer,
리턴 void

OnPopulateRewards() 공개 메소드

public OnPopulateRewards ( Reward, rewards ) : void
rewards Reward,
리턴 void

OnPopulateTiers() 공개 메소드

public OnPopulateTiers ( Tier, tiers ) : void
tiers Tier,
리턴 void

OnPopulateUser() 공개 메소드

public OnPopulateUser ( UserData, user ) : void
user UserData,
리턴 void

OnRewardsHit() 공개 메소드

public OnRewardsHit ( ) : void
리턴 void

OnTierHit() 공개 메소드

public OnTierHit ( ) : void
리턴 void

OnUserHit() 공개 메소드

public OnUserHit ( ) : void
리턴 void

프로퍼티 상세

guiSets 공개적으로 프로퍼티

public GUISet[] guiSets
리턴 GUISet[]

isLoggedInLabel 공개적으로 프로퍼티

public Text isLoggedInLabel
리턴 Text

isRegisteredLabel 공개적으로 프로퍼티

public Text isRegisteredLabel
리턴 Text

optOutLabel 공개적으로 프로퍼티

public Text optOutLabel
리턴 Text

pointBalanceLabel 공개적으로 프로퍼티

public Text pointBalanceLabel
리턴 Text

rewardObjectPrefab 공개적으로 프로퍼티

public RewardObject, rewardObjectPrefab
리턴 RewardObject,

rewardsGrid 공개적으로 프로퍼티

public GridLayoutGroup,UnityEngine.UI rewardsGrid
리턴 UnityEngine.UI.GridLayoutGroup

tierAnniversary 공개적으로 프로퍼티

public Text tierAnniversary
리턴 Text

tierLabel 공개적으로 프로퍼티

public Text tierLabel
리턴 Text

tierPercentage 공개적으로 프로퍼티

public Text tierPercentage
리턴 Text

tierPointBalanceLabel 공개적으로 프로퍼티

public Text tierPointBalanceLabel
리턴 Text

tiersText 공개적으로 프로퍼티

public Text tiersText
리턴 Text

unclaimedAchCountLabel 공개적으로 프로퍼티

public Text unclaimedAchCountLabel
리턴 Text

unclaimedAchValueLabel 공개적으로 프로퍼티

public Text unclaimedAchValueLabel
리턴 Text