C# Class Mapper.Panels.ExportPanel

Inheritance: UIPanel
Mostra file Open project: PropaneDragon/Cimtographer Class Usage Examples

Public Properties

Property Type Description
scrollOptionsList UIFastList
whatsNewPanel WhatsNewPanel

Public Methods

Method Description
Awake ( ) : void
Start ( ) : void

Private Methods

Method Description
BottomLabel_eventClicked ( UIComponent component, UIMouseEventParameter eventParam ) : void
ButtonGenerate_eventClicked ( UIComponent component, UIMouseEventParameter eventParam ) : void
ButtonWhatsNew_eventClicked ( UIComponent component, UIMouseEventParameter eventParam ) : void
CreateBottomMessage ( ) : void
CreateLeftPanel ( ) : void
CreateOptionList ( OptionItem>.Dictionary options, UIFastList list = null ) : void
CreateOptions ( ) : void
CreateRightPanel ( ) : void
CreateTopMessage ( ) : void
InitialiseUpdatePanel ( UIComponent parent ) : void
TopLabel_eventClicked ( UIComponent component, UIMouseEventParameter eventParam ) : void

Method Details

Awake() public method

public Awake ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Property Details

scrollOptionsList public_oe property

public UIFastList scrollOptionsList
return UIFastList

whatsNewPanel public_oe property

public WhatsNewPanel,Mapper.Panels whatsNewPanel
return WhatsNewPanel