C# Класс Pokemon3D.UI.Hexagon

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

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

Метод Описание
Draw ( SpriteBatch spriteBatch ) : void
Hexagon ( Microsoft.Xna.Framework.Graphics.Texture2D texture, int x, int y, bool hasAnimation ) : System
Update ( GameTime time ) : void

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

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

public Draw ( SpriteBatch spriteBatch ) : void
spriteBatch Microsoft.Xna.Framework.Graphics.SpriteBatch
Результат void

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

public Hexagon ( Microsoft.Xna.Framework.Graphics.Texture2D texture, int x, int y, bool hasAnimation ) : System
texture Microsoft.Xna.Framework.Graphics.Texture2D
x int
y int
hasAnimation bool
Результат System

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

public Update ( GameTime time ) : void
time Microsoft.Xna.Framework.GameTime
Результат void