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

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

Public Methods

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

Private Methods

Method Description
Init ( ) : void

Method Details

Pear() public method

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

Pear() public method

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