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

Inheritance: Popup
Exibir arquivo Open project: logicspawn/GTARPG

Public Methods

Method Description
Pop ( string text1, string text2 ) : void

Protected Methods

Method Description
OnFinish ( ) : void
OnPopup ( UIContainer popup, object args ) : void
Show ( ) : void

Method Details

OnFinish() protected method

protected OnFinish ( ) : void
return void

OnPopup() protected method

protected OnPopup ( UIContainer popup, object args ) : void
popup UIContainer
args object
return void

Pop() public method

public Pop ( string text1, string text2 ) : void
text1 string
text2 string
return void

Show() protected method

protected Show ( ) : void
return void