C# Класс MyGame.FirstAid

This class represent a first aid item that rotates with time
Наследование: CDrawableComponent
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
FirstAid ( MyGame game, Model model, Unit unit ) : System
Update ( GameTime gameTime ) : void

Allows the game component to update itself.

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

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

public FirstAid ( MyGame game, Model model, Unit unit ) : System
game MyGame
model Microsoft.Xna.Framework.Graphics.Model
unit Unit
Результат System

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

Allows the game component to update itself.
public Update ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime Provides a snapshot of timing values.
Результат void