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

Inheritance: IWorldLoaded, IChatCommand
Datei anzeigen Open project: pchote/OpenRA Class Usage Examples

Public Properties

Property Type Description
Enabled bool
Font OpenRA.Graphics.SpriteFont
Info ExitsDebugOverlayManagerInfo

Public Methods

Method Description
ExitsDebugOverlayManager ( Actor self, ExitsDebugOverlayManagerInfo info ) : OpenRA.Graphics

Private Methods

Method Description
IChatCommand ( string command, string arg ) : void
IWorldLoaded ( World w, WorldRenderer wr ) : void

Method Details

ExitsDebugOverlayManager() public method

public ExitsDebugOverlayManager ( Actor self, ExitsDebugOverlayManagerInfo info ) : OpenRA.Graphics
self Actor
info ExitsDebugOverlayManagerInfo
return OpenRA.Graphics

Property Details

Enabled public_oe property

public bool Enabled
return bool

Font public_oe property

public SpriteFont,OpenRA.Graphics Font
return OpenRA.Graphics.SpriteFont

Info public_oe property

public ExitsDebugOverlayManagerInfo,OpenRA.Mods.Common.Traits Info
return ExitsDebugOverlayManagerInfo