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

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

Public Methods

Method Description
GetBridge ( CPos cell ) : OpenRA.Traits.Bridge
LegacyBridgeLayer ( Actor self, LegacyBridgeLayerInfo info ) : System.Collections.Generic
WorldLoaded ( World w, WorldRenderer wr ) : void

Private Methods

Method Description
ConvertBridgeToActor ( World w, CPos cell ) : void

Method Details

GetBridge() public method

public GetBridge ( CPos cell ) : OpenRA.Traits.Bridge
cell CPos
return OpenRA.Traits.Bridge

LegacyBridgeLayer() public method

public LegacyBridgeLayer ( Actor self, LegacyBridgeLayerInfo info ) : System.Collections.Generic
self Actor
info LegacyBridgeLayerInfo
return System.Collections.Generic

WorldLoaded() public method

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