C# Class World.GameActors.Tiles.Obstacle.Wall

Wall can be transformed to DamagedWall if pickaxe is used
Inheritance: StaticTile, IInteractableGameActor
Mostra file Open project: GoodAI/BrainSimulator Class Usage Examples

Public Methods

Method Description
ApplyGameAction ( IAtlas atlas, GameAction gameAction, System.Vector2 position, ITilesetTable tilesetTable = null ) : void
Wall ( ITilesetTable tilesetTable ) : System
Wall ( int tileType ) : System

Method Details

ApplyGameAction() public method

public ApplyGameAction ( IAtlas atlas, GameAction gameAction, System.Vector2 position, ITilesetTable tilesetTable = null ) : void
atlas IAtlas
gameAction World.GameActions.GameAction
position System.Vector2
tilesetTable ITilesetTable
return void

Wall() public method

public Wall ( ITilesetTable tilesetTable ) : System
tilesetTable ITilesetTable
return System

Wall() public method

public Wall ( int tileType ) : System
tileType int
return System