C# Класс Treefrog.Runtime.Tile

Показать файл Открыть проект Примеры использования класса

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

Метод Описание
Draw ( SpriteBatch spriteBatch, Rectangle dest, Color color, float layerDepth ) : void
Draw ( SpriteBatch spriteBatch, Rectangle dest, float opacity, float layerDepth ) : void
Tile ( int id, TileSet tileset, int x, int y ) : System

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

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

public Draw ( SpriteBatch spriteBatch, Rectangle dest, Color color, float layerDepth ) : void
spriteBatch Microsoft.Xna.Framework.Graphics.SpriteBatch
dest Microsoft.Xna.Framework.Rectangle
color Color
layerDepth float
Результат void

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

public Draw ( SpriteBatch spriteBatch, Rectangle dest, float opacity, float layerDepth ) : void
spriteBatch Microsoft.Xna.Framework.Graphics.SpriteBatch
dest Microsoft.Xna.Framework.Rectangle
opacity float
layerDepth float
Результат void

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

public Tile ( int id, TileSet tileset, int x, int y ) : System
id int
tileset TileSet
x int
y int
Результат System