C# Class TransvoxelXnaStudio.GameWindow.PreviewWindow

Inheritance: TransvoxelXnaStudio.Host.GraphicsDeviceControl
Afficher le fichier Open project: BinaryConstruct/Transvoxel-XNA

Méthodes publiques

Méthode Description
SetupBoundingBox ( Microsoft.Xna.Framework.BoundingBox box, Color color ) : void

Méthodes protégées

Méthode Description
Draw ( ) : void
Initialize ( ) : void
OnSizeChanged ( System e ) : void

Private Methods

Méthode Description
DrawSolids ( float time ) : void
Update ( object sender, System.Timers.ElapsedEventArgs e ) : void

Method Details

Draw() protected méthode

protected Draw ( ) : void
Résultat void

Initialize() protected méthode

protected Initialize ( ) : void
Résultat void

OnSizeChanged() protected méthode

protected OnSizeChanged ( System e ) : void
e System
Résultat void

SetupBoundingBox() public méthode

public SetupBoundingBox ( Microsoft.Xna.Framework.BoundingBox box, Color color ) : void
box Microsoft.Xna.Framework.BoundingBox
color Color
Résultat void