C# Class World.GameActors.Tiles.OnBackground.Trap

Inheritance: DynamicTile, IAutoupdateable
Mostra file Open project: GoodAI/BrainSimulator

Private Properties

Property Type Description

Public Methods

Method Description
Trap ( ITilesetTable tilesetTable, Vector2I position ) : System.Collections.Generic
Trap ( int tileType, Vector2I position ) : System.Collections.Generic
Update ( IAtlas atlas ) : void

Method Details

Trap() public method

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

Trap() public method

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

Update() public method

public Update ( IAtlas atlas ) : void
atlas IAtlas
return void