C# Class LogicSpawn.GTARPG.Core.Popup

Inheritance: UpdateScript
Mostrar archivo Open project: logicspawn/GTARPG

Public Properties

Property Type Description
CloseablePopups List

Protected Properties

Property Type Description
DoCustom Action
_popup UIContainer
_show bool

Public Methods

Method Description
CloseLastPopup ( ) : void
Hide ( ) : void
ResetTimeWaited ( ) : void
Show ( ) : void
Update ( ) : void

Protected Methods

Method Description
Custom ( UIContainer popup, int timeWaited, int showTime, int fadeTime ) : void
OnFinish ( ) : void
OnPopup ( UIContainer popup, object args ) : void
Popup ( ) : System

Private Methods

Method Description
Finish ( ) : void

Method Details

CloseLastPopup() public static method

public static CloseLastPopup ( ) : void
return void

Custom() protected method

protected Custom ( UIContainer popup, int timeWaited, int showTime, int fadeTime ) : void
popup UIContainer
timeWaited int
showTime int
fadeTime int
return void

Hide() public method

public Hide ( ) : void
return void

OnFinish() protected abstract method

protected abstract OnFinish ( ) : void
return void

OnPopup() protected abstract method

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

Popup() protected method

protected Popup ( ) : System
return System

ResetTimeWaited() public method

public ResetTimeWaited ( ) : void
return void

Show() public method

public Show ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

CloseablePopups public_oe static_oe property

public static List CloseablePopups
return List

DoCustom protected_oe property

protected Action DoCustom
return Action

_popup protected_oe property

protected UIContainer _popup
return UIContainer

_show protected_oe property

protected bool _show
return bool