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

Inheritance: IWorldLoaded, IChatCommand, IRender
Afficher le fichier Open project: pchote/OpenRA

Méthodes publiques

Свойство Type Description
Enabled bool

Méthodes publiques

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

Private Methods

Méthode Description
IRender ( Actor self, WorldRenderer wr ) : IEnumerable

Method Details

CustomTerrainDebugOverlay() public méthode

public CustomTerrainDebugOverlay ( Actor self, CustomTerrainDebugOverlayInfo info ) : System.Collections.Generic
self Actor
info CustomTerrainDebugOverlayInfo
Résultat System.Collections.Generic

IChatCommand() public méthode

public IChatCommand ( string name, string arg ) : void
name string
arg string
Résultat void

IWorldLoaded() public méthode

public IWorldLoaded ( World w, WorldRenderer wr ) : void
w World
wr OpenRA.Graphics.WorldRenderer
Résultat void

Property Details

Enabled public_oe property

public bool Enabled
Résultat bool