C# Class OpenRA.Mods.Common.Widgets.ObserverProductionIconsWidget

Inheritance: OpenRA.Widgets.Widget
Show file Open project: OpenRA/OpenRA Class Usage Examples

Public Properties

Property Type Description
ClockAnimation string
ClockPalette string
ClockSequence string
GetPlayer Func
IconHeight int
IconSpacing int
IconWidth int

Public Methods

Method Description
Clone ( ) : OpenRA.Widgets.Widget
Draw ( ) : void

Protected Methods

Method Description
ObserverProductionIconsWidget ( ObserverProductionIconsWidget other ) : System

Private Methods

Method Description
GetOverlayForItem ( ProductionItem item, int timestep ) : string
ObserverProductionIconsWidget ( World world, WorldRenderer worldRenderer ) : System

Method Details

Clone() public method

public Clone ( ) : OpenRA.Widgets.Widget
return OpenRA.Widgets.Widget

Draw() public method

public Draw ( ) : void
return void

ObserverProductionIconsWidget() protected method

protected ObserverProductionIconsWidget ( ObserverProductionIconsWidget other ) : System
other ObserverProductionIconsWidget
return System

Property Details

ClockAnimation public property

public string ClockAnimation
return string

ClockPalette public property

public string ClockPalette
return string

ClockSequence public property

public string ClockSequence
return string

GetPlayer public property

public Func GetPlayer
return Func

IconHeight public property

public int IconHeight
return int

IconSpacing public property

public int IconSpacing
return int

IconWidth public property

public int IconWidth
return int