Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
RenderingLibrary
Graphics
TextManager
C# Class RenderingLibrary.Graphics.TextManager
显示文件
Open project: vchelaru/FlatRedBall
Class Usage Examples
Private Properties
Property
Type
Description
RenderTextTextures
void
Public Methods
Method
Description
Add
(
Text
text
) :
void
Add
(
Text
text
,
Layer
layer
) :
void
Remove
(
Text
text
) :
void
Private Methods
Method
Description
RenderTextTextures
( ) :
void
Method Details
Add()
public
method
public
Add
(
Text
text
) :
void
text
Text
return
void
Add()
public
method
public
Add
(
Text
text
,
Layer
layer
) :
void
text
Text
layer
Layer
return
void
Remove()
public
method
public
Remove
(
Text
text
) :
void
text
Text
return
void