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

Inheritance: DynamicTile, IAutoupdateableGameActor
Mostra file Open project: GoodAI/BrainSimulator Class Usage Examples

Public Methods

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

Method Details

TrapDischarged() public method

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

TrapDischarged() public method

public TrapDischarged ( 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