C# Класс Blink.GUI.Label

A plain text element for a menu.
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
Draw ( SpriteBatch sb ) : void
Label ( String text, SpriteFont font, Vector2 pos, Vector2 center = default(Vector2), Color color = null ) : System

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

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

public Draw ( SpriteBatch sb ) : void
sb Microsoft.Xna.Framework.Graphics.SpriteBatch
Результат void

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

public Label ( String text, SpriteFont font, Vector2 pos, Vector2 center = default(Vector2), Color color = null ) : System
text String
font Microsoft.Xna.Framework.Graphics.SpriteFont
pos Vector2
center Vector2
color Color
Результат System