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

Inheritance: IWorldLoaded, IChatCommand, IRender
显示文件 Open project: pchote/OpenRA

Public Properties

Property Type Description
Enabled bool

Public Methods

Method Description
CustomTerrainDebugOverlay ( Actor self, CustomTerrainDebugOverlayInfo info ) : System.Collections.Generic
IChatCommand ( string name, string arg ) : void
IWorldLoaded ( World w, WorldRenderer wr ) : void

Private Methods

Method Description
IRender ( Actor self, WorldRenderer wr ) : IEnumerable

Method Details

CustomTerrainDebugOverlay() public method

public CustomTerrainDebugOverlay ( Actor self, CustomTerrainDebugOverlayInfo info ) : System.Collections.Generic
self Actor
info CustomTerrainDebugOverlayInfo
return System.Collections.Generic

IChatCommand() public method

public IChatCommand ( string name, string arg ) : void
name string
arg string
return void

IWorldLoaded() public method

public IWorldLoaded ( World w, WorldRenderer wr ) : void
w World
wr OpenRA.Graphics.WorldRenderer
return void

Property Details

Enabled public_oe property

public bool Enabled
return bool