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

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

공개 프로퍼티들

프로퍼티 타입 설명
mPointsText Text
offScreenPosition Transform
onScreenPosition Transform
titleText Text
toastState ToastState

공개 메소드들

메소드 설명
ShowAchievementToast ( string achievementTitle, int mPointValue ) : void

비공개 메소드들

메소드 설명
Awake ( ) : void
LerpToast ( ) : void
OnMouseDown ( ) : void
ResetToastPosition ( ) : void
Update ( ) : void

메소드 상세

ShowAchievementToast() 공개 메소드

public ShowAchievementToast ( string achievementTitle, int mPointValue ) : void
achievementTitle string
mPointValue int
리턴 void

프로퍼티 상세

mPointsText 공개적으로 프로퍼티

public Text mPointsText
리턴 Text

offScreenPosition 공개적으로 프로퍼티

public Transform offScreenPosition
리턴 Transform

onScreenPosition 공개적으로 프로퍼티

public Transform onScreenPosition
리턴 Transform

titleText 공개적으로 프로퍼티

public Text titleText
리턴 Text

toastState 공개적으로 프로퍼티

public ToastState toastState
리턴 ToastState