C# Class TransvoxelXnaStudio.GameWindow.PreviewWindow

Inheritance: TransvoxelXnaStudio.Host.GraphicsDeviceControl
Mostrar archivo Open project: BinaryConstruct/Transvoxel-XNA

Public Methods

Method Description
SetupBoundingBox ( Microsoft.Xna.Framework.BoundingBox box, Color color ) : void

Protected Methods

Method Description
Draw ( ) : void
Initialize ( ) : void
OnSizeChanged ( System e ) : void

Private Methods

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

Method Details

Draw() protected method

protected Draw ( ) : void
return void

Initialize() protected method

protected Initialize ( ) : void
return void

OnSizeChanged() protected method

protected OnSizeChanged ( System e ) : void
e System
return void

SetupBoundingBox() public method

public SetupBoundingBox ( Microsoft.Xna.Framework.BoundingBox box, Color color ) : void
box Microsoft.Xna.Framework.BoundingBox
color Color
return void