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

Inheritance: DynamicTile, IAutoupdateableGameActor, IDetectorTile
Afficher le fichier Open project: GoodAI/BrainSimulator

Méthodes publiques

Méthode 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

Méthode Description
Init ( ) : void

Method Details

ObjectDetected() public méthode

public ObjectDetected ( IGameObject gameObject, IAtlas atlas, ITilesetTable tilesetTable ) : void
gameObject IGameObject
atlas IAtlas
tilesetTable ITilesetTable
Résultat void

Recharger() public méthode

public Recharger ( ITilesetTable tilesetTable, Vector2I position ) : System.Collections.Generic
tilesetTable ITilesetTable
position Vector2I
Résultat System.Collections.Generic

Recharger() public méthode

public Recharger ( int tileType, Vector2I position ) : System.Collections.Generic
tileType int
position Vector2I
Résultat System.Collections.Generic

Update() public méthode

public Update ( IAtlas atlas, ITilesetTable table ) : void
atlas IAtlas
table ITilesetTable
Résultat void