Romestead Assembly Reference

Candide.CandideUI.ConstructionsUi.ConstructionModeSelectionWindow

Type JSON

public class in Candide.CandideUI.ConstructionsUi

Methods3
Properties0
Fields7
Events0
Type metadata

Relationships

Fields

NameVisibilitySignature
_constructionBtnprivateprivate Candide.CandideUI.Components.Buttons.CandideToggleIconLabelButton _constructionBtn
_furnitureBtnprivateprivate Candide.CandideUI.Components.Buttons.CandideToggleIconLabelButton _furnitureBtn
_logisticsBtnprivateprivate Candide.CandideUI.Components.Buttons.CandideToggleIconLabelButton _logisticsBtn
_resourceDisplayprivateprivate Candide.CandideUI.UserControls.ResourceDisplayControl _resourceDisplay
_screenshotBtnprivateprivate Candide.CandideUI.Components.Buttons.CandideIconButton _screenshotBtn
_totalTownResourcesprivateprivate Candide.CandideUI.Components.CandideTextLabel _totalTownResources
_townNameprivateprivate Candide.CandideUI.Components.CandideIconLabel _townName

Methods

SetState

public System.Void SetState(Shared.Models.Construction.ConstructionMaterialsAggregate availableResources, System.Nullable<Candide.PlayerMode.Construction.TownDisplayData> townDisplayData, System.Nullable<System.Guid> stateLogisticsTentId)

Method metadata
  • Visibilitypublic
  • Return typeSystem.Void
  • StaticFalse
  • VirtualFalse
  • Hash41ACF58C6E1DD22C32A97C413E3E881D3B440EE6513921E167DCA1943F551BD3
  • Body hash1D19114EEBB1CF3AFE4016DFEE0ED2C1D2FB170D56CC600DF5A292C2F579E147
  • IL size139
Referenced calls
  • System.Nullable<Candide.PlayerMode.Construction.TownDisplayData>::get_HasValue()
  • System.Nullable<Candide.PlayerMode.Construction.TownDisplayData>::get_Value()
  • Candide.CandideUI.Components.CandideIconLabel::set_Text(System.String)
  • Candide.CandideUI.Components.CandideIconLabel::set_Icon(System.String)
  • System.Nullable<System.Guid>::get_HasValue()
  • Candide.CandideUI.CandideUiElement::set_Enabled(System.Boolean)
  • Candide.CandideUI.CandideUiElement::set_Visible(System.Boolean)
  • Candide.CandideUI.UserControls.ResourceDisplayControl::set_AvailableResources(Shared.Models.Construction.ConstructionMaterialsAggregate)
Called by

Update

public System.Void Update(Microsoft.Xna.Framework.GameTime gameTime)

Method metadata
  • Visibilitypublic
  • Return typeSystem.Void
  • StaticFalse
  • VirtualTrue
  • Hash5DB0909FAD1EF9D841CF9C37289727B7872B1EC3F786D21D39352CF82492B8EC
  • Body hashADEDA6F5BE72CFE55DF719E77A87036326A0638FBCD843146ACABC476C2E62D2
  • IL size263
Referenced calls