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

Inheritance: Fruit, IEatable
Afficher le fichier Open project: GoodAI/BrainSimulator

Méthodes publiques

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

Private Methods

Méthode Description
Init ( ) : void

Method Details

Apple() public méthode

public Apple ( ITilesetTable tilesetTable, Vector2I position ) : VRageMath
tilesetTable ITilesetTable
position Vector2I
Résultat VRageMath

Apple() public méthode

public Apple ( int tileType, Vector2I position ) : VRageMath
tileType int
position Vector2I
Résultat VRageMath

Update() public méthode

public Update ( IAtlas atlas, ITilesetTable table ) : void
atlas IAtlas
table ITilesetTable
Résultat void