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

Inheritance: OpenRA.Widgets.Widget
Show file Open project: pchote/OpenRA

Public Properties

Property Type Description
Font string
Format string
Order TimerOrder

Public Methods

Method Description
Draw ( ) : void
Tick ( ) : void

Private Methods

Method Description
SupportPowerTimerWidget ( World world ) : System

Method Details

Draw() public method

public Draw ( ) : void
return void

Tick() public method

public Tick ( ) : void
return void

Property Details

Font public property

public string Font
return string

Format public property

public string Format
return string

Order public property

public TimerOrder Order
return TimerOrder