Property | Type | Description | |
---|---|---|---|
bitmapFontRenderer | BitmapFont.Renderer | ||
color | UnityEngine.Color | ||
factory | |||
parent | GameObject | ||
systemFontRenderer | UnityRenderer.ISystemFontRenderer | ||
systemFontRendererParameter | UnityRenderer.ISystemFontRenderer.Parameter |
Method | 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 ( |
public Render ( Matrix4x4 m, UnityEngine colorMult, UnityEngine colorAdd, int layer, Camera camera ) : void | ||
m | Matrix4x4 | |
colorMult | UnityEngine | |
colorAdd | UnityEngine | |
layer | int | |
camera | Camera | |
return | void |
public RenderNow ( Matrix4x4 m, UnityEngine c ) : void | ||
m | Matrix4x4 | |
c | UnityEngine | |
return | void |
public TextContext ( |
||
f | ||
p | GameObject | |
data | Data | |
objectId | int |
public BitmapFont.Renderer bitmapFontRenderer | ||
return | BitmapFont.Renderer |
public ISystemFontRenderer,UnityRenderer systemFontRenderer | ||
return | UnityRenderer.ISystemFontRenderer |