C# Класс Gruppe22.Client.TextOutput

Class used for output - parent to statusbox (output only) and chat (input + output)
Наследование: UIElement, Backend.IHandleEvent
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
AddLine ( string text, object color = null ) : void

Add a line of text to output (requires implementation in children

TextOutput ( Backend parent, SpriteBatch spriteBatch, Microsoft.Xna.Framework.Content.ContentManager content, Rectangle displayRect ) : System

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

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

Add a line of text to output (requires implementation in children
public AddLine ( string text, object color = null ) : void
text string
color object
Результат void

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

public TextOutput ( Backend parent, SpriteBatch spriteBatch, Microsoft.Xna.Framework.Content.ContentManager content, Rectangle displayRect ) : System
parent Backend
spriteBatch Microsoft.Xna.Framework.Graphics.SpriteBatch
content Microsoft.Xna.Framework.Content.ContentManager
displayRect Microsoft.Xna.Framework.Rectangle
Результат System