C# Класс Knot3.Game.Development.Overlay

Наследование: Knot3.Framework.Core.DrawableScreenComponent
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
Draw void
DrawCoordinates void
DrawFPS void
DrawOverlay void
DrawProfiler void
DrawString void
DrawString void
DrawVectorCoordinates void
Update void
UpdateFPS void

Открытые методы

Метод Описание
Overlay ( IScreen screen, World world ) : System

Приватные методы

Метод Описание
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

Описание методов

Overlay() публичный Метод

public Overlay ( IScreen screen, World world ) : System
screen IScreen
world World
Результат System