C# Class Knot3.Game.Development.Overlay

Inheritance: Knot3.Framework.Core.DrawableScreenComponent
显示文件 Open project: knot3/knot3-code Class Usage Examples

Private Properties

Property Type Description
Draw void
DrawCoordinates void
DrawFPS void
DrawOverlay void
DrawProfiler void
DrawString void
DrawString void
DrawVectorCoordinates void
Update void
UpdateFPS void

Public Methods

Method Description
Overlay ( IScreen screen, World world ) : System

Private Methods

Method 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 method

public Overlay ( IScreen screen, World world ) : System
screen IScreen
world World
return System