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

Inheritance: Fruit
Mostra file Open project: GoodAI/BrainSimulator

Public Methods

Method Description
Pinecone ( ITilesetTable tilesetTable, Vector2I position ) : VRageMath
Pinecone ( int tileType, Vector2I position ) : VRageMath

Method Details

Pinecone() public method

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

Pinecone() public method

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