C# Class CompetitionPanelView, Corporations

Inheritance: View
ファイルを表示 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_oe property

public GameObject, CompaniesPanel
return GameObject,

DaughterCompaniesPanel public_oe property

public GameObject, DaughterCompaniesPanel
return GameObject,

PositioningPanel public_oe property

public GameObject, PositioningPanel
return GameObject,

ShowCompaniesButton public_oe property

public GameObject, ShowCompaniesButton
return GameObject,

ShowPositioningPanelButton public_oe property

public GameObject, ShowPositioningPanelButton
return GameObject,