C# Class OpenRA.Mods.Common.Traits.AffectedByPowerOutage

Inheritance: INotifyOwnerChanged, ISelectionBar, IPowerModifier, IDisable
Exibir arquivo Open project: pchote/OpenRA

Private Properties

Property Type Description
INotifyOwnerChanged void
IPowerModifier int
ISelectionBar System.Drawing.Color
ISelectionBar float

Public Methods

Method Description
AffectedByPowerOutage ( Actor self ) : System.Drawing

Private Methods

Method Description
INotifyOwnerChanged ( Actor self, Player oldOwner, Player newOwner ) : void
IPowerModifier ( ) : int
ISelectionBar ( ) : Color
ISelectionBar ( ) : float

Method Details

AffectedByPowerOutage() public method

public AffectedByPowerOutage ( Actor self ) : System.Drawing
self Actor
return System.Drawing