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

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

Méthodes publiques

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

Private Methods

Méthode Description
Init ( ) : void

Method Details

Pear() public méthode

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

Pear() public méthode

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