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

Inheritance: OpenRA.Widgets.Widget
Datei anzeigen 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_oe property

public string ClockAnimation
return string

ClockPalette public_oe property

public string ClockPalette
return string

ClockSequence public_oe property

public string ClockSequence
return string

GetPlayer public_oe property

public Func GetPlayer
return Func

IconHeight public_oe property

public int IconHeight
return int

IconSpacing public_oe property

public int IconSpacing
return int

IconWidth public_oe property

public int IconWidth
return int