C# Class World.GameActors.Tiles.ObstacleInteractable.Apple

Inheritance: Fruit, IEatable
Mostra file Open project: GoodAI/BrainSimulator

Public Methods

Method Description
Apple ( ITilesetTable tilesetTable, Vector2I position ) : VRageMath
Apple ( int tileType, Vector2I position ) : VRageMath
Update ( IAtlas atlas, ITilesetTable table ) : void

Private Methods

Method Description
Init ( ) : void

Method Details

Apple() public method

public Apple ( ITilesetTable tilesetTable, Vector2I position ) : VRageMath
tilesetTable ITilesetTable
position Vector2I
return VRageMath

Apple() public method

public Apple ( int tileType, Vector2I position ) : VRageMath
tileType int
position Vector2I
return VRageMath

Update() public method

public Update ( IAtlas atlas, ITilesetTable table ) : void
atlas IAtlas
table ITilesetTable
return void