C# Класс Cyclyc.Framework.ScreenComponent

This is a game component that implements IUpdateable.
Наследование: Microsoft.Xna.Framework.DrawableGameComponent
Показать файл Открыть проект

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

Метод Описание
Draw ( GameTime gameTime ) : void

Allows the game component to update itself.

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.

ScreenComponent ( Microsoft.Xna.Framework.Game game, string img ) : System

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

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

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

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

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

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

LoadContent() защищенный Метод

protected LoadContent ( ) : void
Результат void

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

public ScreenComponent ( Microsoft.Xna.Framework.Game game, string img ) : System
game Microsoft.Xna.Framework.Game
img string
Результат System