C# Class AchievementToast, sessionm-enterprise-unity

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

Méthodes publiques

Свойство Type Description
mPointsText Text
offScreenPosition Transform
onScreenPosition Transform
titleText Text
toastState ToastState

Méthodes publiques

Méthode Description
ShowAchievementToast ( string achievementTitle, int mPointValue ) : void

Private Methods

Méthode Description
Awake ( ) : void
LerpToast ( ) : void
OnMouseDown ( ) : void
ResetToastPosition ( ) : void
Update ( ) : void

Method Details

ShowAchievementToast() public méthode

public ShowAchievementToast ( string achievementTitle, int mPointValue ) : void
achievementTitle string
mPointValue int
Résultat void

Property Details

mPointsText public_oe property

public Text mPointsText
Résultat Text

offScreenPosition public_oe property

public Transform offScreenPosition
Résultat Transform

onScreenPosition public_oe property

public Transform onScreenPosition
Résultat Transform

titleText public_oe property

public Text titleText
Résultat Text

toastState public_oe property

public ToastState toastState
Résultat ToastState