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

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

Public Methods

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

Private Methods

Method Description
Init ( ) : void

Method Details

FireplaceBurning() public method

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

FireplaceBurning() public method

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