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

Inheritance: IWorldLoaded, IChatCommand
Afficher le fichier Open project: pchote/OpenRA Class Usage Examples

Méthodes publiques

Свойство Type Description
Enabled bool
Font OpenRA.Graphics.SpriteFont
Info ExitsDebugOverlayManagerInfo

Méthodes publiques

Méthode Description
ExitsDebugOverlayManager ( Actor self, ExitsDebugOverlayManagerInfo info ) : OpenRA.Graphics

Private Methods

Méthode Description
IChatCommand ( string command, string arg ) : void
IWorldLoaded ( World w, WorldRenderer wr ) : void

Method Details

ExitsDebugOverlayManager() public méthode

public ExitsDebugOverlayManager ( Actor self, ExitsDebugOverlayManagerInfo info ) : OpenRA.Graphics
self Actor
info ExitsDebugOverlayManagerInfo
Résultat OpenRA.Graphics

Property Details

Enabled public_oe property

public bool Enabled
Résultat bool

Font public_oe property

public SpriteFont,OpenRA.Graphics Font
Résultat OpenRA.Graphics.SpriteFont

Info public_oe property

public ExitsDebugOverlayManagerInfo,OpenRA.Mods.Common.Traits Info
Résultat ExitsDebugOverlayManagerInfo