C# Class LuxEngine.Window

A component with a frame that contains other components (bars, text, ...).Inherits from Scene.
Inheritance: Scene
Afficher le fichier Open project: Louis-Dureuil/maya-vs-the-world

Méthodes publiques

Свойство Type Description
BackgroundColor Color
WindowRectangle Rectangle
WithFrame bool

Méthodes publiques

Méthode Description
Draw ( GameTime gameTime ) : void
Initialize ( ) : void
Update ( GameTime gameTime ) : void
Window ( LuxGame game, Rectangle rect ) : System
Window ( Scene parent, Rectangle rect ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void
LoadContent ( ) : void
UnloadContent ( ) : void

Method Details

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

Draw() public méthode

public Draw ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
Résultat void

Initialize() public méthode

public Initialize ( ) : void
Résultat void

LoadContent() protected méthode

protected LoadContent ( ) : void
Résultat void

UnloadContent() protected méthode

protected UnloadContent ( ) : void
Résultat void

Update() public méthode

public Update ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
Résultat void

Window() public méthode

public Window ( LuxGame game, Rectangle rect ) : System
game LuxGame
rect Rectangle
Résultat System

Window() public méthode

public Window ( Scene parent, Rectangle rect ) : System
parent Scene
rect Rectangle
Résultat System

Property Details

BackgroundColor public_oe property

public Color BackgroundColor
Résultat Color

WindowRectangle public_oe property

public Rectangle WindowRectangle
Résultat Rectangle

WithFrame public_oe property

public bool WithFrame
Résultat bool