C# Class World.GameActors.Tiles.OnGroundInteractable.Recharger

Inheritance: DynamicTile, IAutoupdateableGameActor, IDetectorTile
Mostra file Open project: GoodAI/BrainSimulator

Public Methods

Method Description
ObjectDetected ( IGameObject gameObject, IAtlas atlas, ITilesetTable tilesetTable ) : void
Recharger ( ITilesetTable tilesetTable, Vector2I position ) : System.Collections.Generic
Recharger ( int tileType, Vector2I position ) : System.Collections.Generic
Update ( IAtlas atlas, ITilesetTable table ) : void

Private Methods

Method Description
Init ( ) : void

Method Details

ObjectDetected() public method

public ObjectDetected ( IGameObject gameObject, IAtlas atlas, ITilesetTable tilesetTable ) : void
gameObject IGameObject
atlas IAtlas
tilesetTable ITilesetTable
return void

Recharger() public method

public Recharger ( ITilesetTable tilesetTable, Vector2I position ) : System.Collections.Generic
tilesetTable ITilesetTable
position Vector2I
return System.Collections.Generic

Recharger() public method

public Recharger ( int tileType, Vector2I position ) : System.Collections.Generic
tileType int
position Vector2I
return System.Collections.Generic

Update() public method

public Update ( IAtlas atlas, ITilesetTable table ) : void
atlas IAtlas
table ITilesetTable
return void