Свойство | Тип | Описание | |
---|---|---|---|
backgroundTint | Color |
Метод | Описание | |
---|---|---|
Draw ( |
Handles drawing of a single tile
|
|
Equals ( |
||
Tile ( |
Sets or creates a new block
|
|
Update ( |
Handles updating the tile's logic
|
public Draw ( |
||
spriteBatch | ||
texture | Microsoft.Xna.Framework.Graphics.Texture2D | |
drawPosition | Vector2 | |
x | int | |
y | int | |
z | int | |
flat | bool | |
Результат | void |
public Update ( |
||
gameTime | ||
Результат | void |