C# Класс Nez.TextRunComponent

very basic wrapper around TextRun. Note that the TextRunComponent.compile method should be used not TextRun.compile so that the Component data can be passed off to the TextRun.
Наследование: RenderableComponent
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
textRun TextRun

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

Метод Описание
TextRunComponent ( TextRun textRun )
compile ( ) : void

calls through to TextRun.compile and handles marshalling some data between this Component and the underlying TextRun

render ( Graphics graphics, Camera camera ) : void

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

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

public TextRunComponent ( TextRun textRun )
textRun TextRun

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

calls through to TextRun.compile and handles marshalling some data between this Component and the underlying TextRun
public compile ( ) : void
Результат void

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

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

Описание свойств

textRun публичное свойство

public TextRun,Nez textRun
Результат TextRun