C# Class UnityRenderer.TextContext

Afficher le fichier Open project: explodingbarrel/lwf

Méthodes publiques

Свойство Type Description
bitmapFontRenderer BitmapFont.Renderer
color UnityEngine.Color
factory Factory
parent GameObject
systemFontRenderer UnityRenderer.ISystemFontRenderer
systemFontRendererParameter UnityRenderer.ISystemFontRenderer.Parameter

Méthodes publiques

Méthode Description
Destruct ( ) : void
Render ( Matrix4x4 m, UnityEngine colorMult, UnityEngine colorAdd, int layer, Camera camera ) : void
RenderNow ( Matrix4x4 m, UnityEngine c ) : void
SetText ( string text ) : void
TextContext ( Factory f, GameObject p, Data data, int objectId )

Method Details

Destruct() public méthode

public Destruct ( ) : void
Résultat void

Render() public méthode

public Render ( Matrix4x4 m, UnityEngine colorMult, UnityEngine colorAdd, int layer, Camera camera ) : void
m Matrix4x4
colorMult UnityEngine
colorAdd UnityEngine
layer int
camera Camera
Résultat void

RenderNow() public méthode

public RenderNow ( Matrix4x4 m, UnityEngine c ) : void
m Matrix4x4
c UnityEngine
Résultat void

SetText() public méthode

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

TextContext() public méthode

public TextContext ( Factory f, GameObject p, Data data, int objectId )
f Factory
p GameObject
data Data
objectId int

Property Details

bitmapFontRenderer public_oe property

public BitmapFont.Renderer bitmapFontRenderer
Résultat BitmapFont.Renderer

color public_oe property

public UnityEngine.Color color
Résultat UnityEngine.Color

factory public_oe property

public Factory,UnityRenderer factory
Résultat Factory

parent public_oe property

public GameObject parent
Résultat GameObject

systemFontRenderer public_oe property

public ISystemFontRenderer,UnityRenderer systemFontRenderer
Résultat UnityRenderer.ISystemFontRenderer

systemFontRendererParameter public_oe property

public ISystemFontRenderer.Parameter,UnityRenderer systemFontRendererParameter
Résultat UnityRenderer.ISystemFontRenderer.Parameter