C# Класс DodongosQuest.Creatures.WalkingCreatureDrawStrategy

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

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

Метод Описание
Draw ( GameTime gameTime, ICreature creature, World world ) : void
WalkingCreatureDrawStrategy ( Microsoft.Xna.Framework.Graphics.Texture2D image ) : System

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

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

public Draw ( GameTime gameTime, ICreature creature, World world ) : void
gameTime Microsoft.Xna.Framework.GameTime
creature ICreature
world World
Результат void

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

public WalkingCreatureDrawStrategy ( Microsoft.Xna.Framework.Graphics.Texture2D image ) : System
image Microsoft.Xna.Framework.Graphics.Texture2D
Результат System