C# Class UnityRenderer.UnityTextRenderer

Inheritance: UnityRenderer.TextRenderer
Afficher le fichier Open project: explodingbarrel/lwf

Méthodes publiques

Méthode Description
Destruct ( ) : void
Render ( Matrix matrix, ColorTransform colorTransform, int renderingIndex, int renderingCount, bool visible ) : void
RenderNow ( ) : void
SetText ( string text ) : void
UnityTextRenderer ( LWF lwf, int objectId )

Method Details

Destruct() public méthode

public Destruct ( ) : void
Résultat void

Render() public méthode

public Render ( Matrix matrix, ColorTransform colorTransform, int renderingIndex, int renderingCount, bool visible ) : void
matrix Matrix
colorTransform ColorTransform
renderingIndex int
renderingCount int
visible bool
Résultat void

RenderNow() public méthode

public RenderNow ( ) : void
Résultat void

SetText() public méthode

public SetText ( string text ) : void
text string
Résultat void

UnityTextRenderer() public méthode

public UnityTextRenderer ( LWF lwf, int objectId )
lwf LWF
objectId int