C# Класс PGCGame.CoreTypes.PlequariusInputComponent

This is a game component that implements IUpdateable.
Наследование: Glib.XNA.InputLib.InputManagerComponent
Показать файл Открыть проект

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

Метод Описание
Initialize ( ) : void

Allows the game component to perform any initialization it needs to before starting to run. This is where it can query for any required services and load content.

PlequariusInputComponent ( Microsoft.Xna.Framework.Game game ) : System
Update ( GameTime gameTime ) : void

Allows the game component to update itself.

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

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

Allows the game component to perform any initialization it needs to before starting to run. This is where it can query for any required services and load content.
public Initialize ( ) : void
Результат void

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

public PlequariusInputComponent ( Microsoft.Xna.Framework.Game game ) : System
game Microsoft.Xna.Framework.Game
Результат 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