C# Класс Californium.TileMap

Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

Draw() публичный Метод

public Draw ( RenderTarget rt ) : void
rt RenderTarget
Результат void

PlaceFree() публичный Метод

public PlaceFree ( FloatRect r, CollisionCondition cond = null ) : bool
r FloatRect
cond CollisionCondition
Результат bool

TileMap() публичный Метод

public TileMap ( int width, int height, Texture texture ) : System
width int
height int
texture SFML.Graphics.Texture
Результат System

this() публичный Метод

public this ( int x, int y ) : Tile
x int
y int
Результат Tile