C# Class LogicSpawn.GTARPG.Core.Scripts.Popups.TutorialBox

Inheritance: Popup
Afficher le fichier Open project: logicspawn/GTARPG

Méthodes publiques

Méthode Description
Pop ( string text1, string text2 ) : void

Méthodes protégées

Méthode Description
OnFinish ( ) : void
OnPopup ( UIContainer popup, object args ) : void
Show ( ) : void

Method Details

OnFinish() protected méthode

protected OnFinish ( ) : void
Résultat void

OnPopup() protected méthode

protected OnPopup ( UIContainer popup, object args ) : void
popup UIContainer
args object
Résultat void

Pop() public méthode

public Pop ( string text1, string text2 ) : void
text1 string
text2 string
Résultat void

Show() protected méthode

protected Show ( ) : void
Résultat void