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

Inheritance: OpenRA.Widgets.Widget
Afficher le fichier Open project: OpenRA/OpenRA Class Usage Examples

Méthodes publiques

Свойство Type Description
ClockAnimation string
ClockPalette string
ClockSequence string
GetPlayer Func
IconHeight int
IconSpacing int
IconWidth int

Méthodes publiques

Méthode Description
Clone ( ) : OpenRA.Widgets.Widget
Draw ( ) : void

Méthodes protégées

Méthode Description
ObserverProductionIconsWidget ( ObserverProductionIconsWidget other ) : System

Private Methods

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

Method Details

Clone() public méthode

public Clone ( ) : OpenRA.Widgets.Widget
Résultat OpenRA.Widgets.Widget

Draw() public méthode

public Draw ( ) : void
Résultat void

ObserverProductionIconsWidget() protected méthode

protected ObserverProductionIconsWidget ( ObserverProductionIconsWidget other ) : System
other ObserverProductionIconsWidget
Résultat System

Property Details

ClockAnimation public_oe property

public string ClockAnimation
Résultat string

ClockPalette public_oe property

public string ClockPalette
Résultat string

ClockSequence public_oe property

public string ClockSequence
Résultat string

GetPlayer public_oe property

public Func GetPlayer
Résultat Func

IconHeight public_oe property

public int IconHeight
Résultat int

IconSpacing public_oe property

public int IconSpacing
Résultat int

IconWidth public_oe property

public int IconWidth
Résultat int