C# Class Knot3.Game.Development.Overlay

Inheritance: Knot3.Framework.Core.DrawableScreenComponent
Afficher le fichier Open project: knot3/knot3-code Class Usage Examples

Private Properties

Свойство Type Description
Draw void
DrawCoordinates void
DrawFPS void
DrawOverlay void
DrawProfiler void
DrawString void
DrawString void
DrawVectorCoordinates void
Update void
UpdateFPS void

Méthodes publiques

Méthode Description
Overlay ( IScreen screen, World world ) : System

Private Methods

Méthode Description
Draw ( GameTime time ) : void
DrawCoordinates ( GameTime time ) : void
DrawFPS ( GameTime time ) : void
DrawOverlay ( GameTime time ) : void
DrawProfiler ( GameTime time ) : void
DrawString ( float n, int width, int height, Color color ) : void
DrawString ( string str, int width, int height, Color color ) : void
DrawVectorCoordinates ( Vector3 vector, int width2, int width3, int width4, int height ) : void
Update ( GameTime time ) : void
UpdateFPS ( GameTime time ) : void

Method Details

Overlay() public méthode

public Overlay ( IScreen screen, World world ) : System
screen IScreen
world World
Résultat System