C# Class CompetitionPanelView, Corporations

Inheritance: View
Show file Open project: IGGAMEMAKER/Corporations

Public Properties

Property Type Description
CompaniesPanel GameObject,
DaughterCompaniesPanel GameObject,
PositioningPanel GameObject,
ShowCompaniesButton GameObject,
ShowPositioningPanelButton GameObject,

Public Methods

Method Description
ShowCompanies ( ) : void
ShowPositioningPanel ( ) : void
ToggleMode ( bool tg ) : void

Private Methods

Method Description
OnEnable ( ) : void

Method Details

ShowCompanies() public method

public ShowCompanies ( ) : void
return void

ShowPositioningPanel() public method

public ShowPositioningPanel ( ) : void
return void

ToggleMode() public method

public ToggleMode ( bool tg ) : void
tg bool
return void

Property Details

CompaniesPanel public property

public GameObject, CompaniesPanel
return GameObject,

DaughterCompaniesPanel public property

public GameObject, DaughterCompaniesPanel
return GameObject,

PositioningPanel public property

public GameObject, PositioningPanel
return GameObject,

ShowCompaniesButton public property

public GameObject, ShowCompaniesButton
return GameObject,

ShowPositioningPanelButton public property

public GameObject, ShowPositioningPanelButton
return GameObject,