C# Класс Nez.CompiledTextElement

Показать файл Открыть проект

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

Метод Описание
CompiledTextElement ( string text, Vector2 position, FormatInstruction formatInstruction ) : System
render ( Graphics graphics, Vector2 offset ) : void

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

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

public CompiledTextElement ( string text, Vector2 position, FormatInstruction formatInstruction ) : System
text string
position Vector2
formatInstruction FormatInstruction
Результат System

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

public render ( Graphics graphics, Vector2 offset ) : void
graphics Graphics
offset Vector2
Результат void