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

Inheritance: OpenRA.Widgets.Widget
显示文件 Open project: pchote/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
ObserverSupportPowerIconsWidget ( ObserverSupportPowerIconsWidget other ) : System

Private Methods

Method Description
GetOverlayForItem ( SupportPowerInstance item, int timestep ) : string
ObserverSupportPowerIconsWidget ( 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

ObserverSupportPowerIconsWidget() protected method

protected ObserverSupportPowerIconsWidget ( ObserverSupportPowerIconsWidget other ) : System
other ObserverSupportPowerIconsWidget
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