C# Класс AIsOfCatan.GUIRoad

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

Private Properties

Свойство Тип Описание

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

Метод Описание
GUIRoad ( Vector2 position, float rotation, int playerId, int tile1, int tile2 ) : System

Защищенные методы

Метод Описание
DoUpdate ( GameTime time ) : void
Draw ( SpriteBatch batch ) : void

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

DoUpdate() защищенный метод

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

Draw() защищенный метод

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

GUIRoad() публичный метод

public GUIRoad ( Vector2 position, float rotation, int playerId, int tile1, int tile2 ) : System
position Vector2
rotation float
playerId int
tile1 int
tile2 int
Результат System