C# Class 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.
Inheritance: RenderableComponent
Afficher le fichier Open project: prime31/Nez

Méthodes publiques

Свойство Type Description
textRun TextRun

Méthodes publiques

Méthode Description
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

Method Details

TextRunComponent() public méthode

public TextRunComponent ( TextRun textRun )
textRun TextRun

compile() public méthode

calls through to TextRun.compile and handles marshalling some data between this Component and the underlying TextRun
public compile ( ) : void
Résultat void

render() public méthode

public render ( Graphics graphics, Camera camera ) : void
graphics Graphics
camera Camera
Résultat void

Property Details

textRun public_oe property

public TextRun,Nez textRun
Résultat TextRun