C# Class PlatformerPOC.Domain.StaticTile

"Solid" object (wall, floor,...)
Inheritance: BaseGameObject
Datei anzeigen Open project: bramdemoor/MonoGame-PlatformerPOC

Public Methods

Method Description
StaticTile ( Vector2 position, string tileKey ) : Microsoft.Xna.Framework

Method Details

StaticTile() public method

public StaticTile ( Vector2 position, string tileKey ) : Microsoft.Xna.Framework
position Microsoft.Xna.Framework.Vector2
tileKey string
return Microsoft.Xna.Framework