Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
SpriteFont
C# Class SpriteFont, NOKIA3310JAM
Inheritance:
MonoBehaviour
Mostrar archivo
Open project: EFG-Game-Jams/NOKIA3310JAM
Class Usage Examples
Public Properties
Property
Type
Description
glyphs
Sprite[],
material
Material
translations
Translation[]
Public Methods
Method
Description
GetGlyph
(
char
character
) :
Sprite,
GetMaxWidth
( ) :
int
Private Methods
Method
Description
Build
( ) :
void
OnValidate
( ) :
void
Method Details
GetGlyph()
public
method
public
GetGlyph
(
char
character
) :
Sprite,
character
char
return
Sprite,
GetMaxWidth()
public
method
public
GetMaxWidth
( ) :
int
return
int
Property Details
glyphs
public_oe property
public
Sprite[],
glyphs
return
Sprite[],
material
public_oe property
public
Material
material
return
Material
translations
public_oe property
public
Translation[]
translations
return
Translation[]