C# Class Californium.TileMap

Afficher le fichier Open project: DatZach/HumanityAgainstCards

Méthodes publiques

Méthode Description
Draw ( RenderTarget rt ) : void
PlaceFree ( FloatRect r, CollisionCondition cond = null ) : bool
TileMap ( int width, int height, Texture texture ) : System
this ( int x, int y ) : Tile

Method Details

Draw() public méthode

public Draw ( RenderTarget rt ) : void
rt RenderTarget
Résultat void

PlaceFree() public méthode

public PlaceFree ( FloatRect r, CollisionCondition cond = null ) : bool
r FloatRect
cond CollisionCondition
Résultat bool

TileMap() public méthode

public TileMap ( int width, int height, Texture texture ) : System
width int
height int
texture SFML.Graphics.Texture
Résultat System

this() public méthode

public this ( int x, int y ) : Tile
x int
y int
Résultat Tile