C# Class Knot3.Game.Screens.MenuScreen

Inheritance: Knot3.Framework.Core.Screen
Show file Open project: knot3/knot3-code

Protected Properties

Property Type Description
ScreenContentBounds Knot3.Framework.Math.Bounds
ScreenTitleBounds Knot3.Framework.Math.Bounds
lines Knot3.Framework.Widgets.Lines

Public Methods

Method Description
Entered ( IScreen previousScreen, GameTime time ) : void

Wird aufgerufen, wenn in diesen Spielzustand gewechselt wird.

MenuScreen ( GameCore game ) : System.Diagnostics.CodeAnalysis

Method Details

Entered() public method

Wird aufgerufen, wenn in diesen Spielzustand gewechselt wird.
public Entered ( IScreen previousScreen, GameTime time ) : void
previousScreen IScreen
time Microsoft.Xna.Framework.GameTime
return void

MenuScreen() public method

public MenuScreen ( GameCore game ) : System.Diagnostics.CodeAnalysis
game Knot3.Framework.Core.GameCore
return System.Diagnostics.CodeAnalysis

Property Details

ScreenContentBounds protected property

protected Bounds,Knot3.Framework.Math ScreenContentBounds
return Knot3.Framework.Math.Bounds

ScreenTitleBounds protected property

protected Bounds,Knot3.Framework.Math ScreenTitleBounds
return Knot3.Framework.Math.Bounds

lines protected property

protected Lines,Knot3.Framework.Widgets lines
return Knot3.Framework.Widgets.Lines