C# Class exBitmapFont.CharInfo, ex2d-v1

Afficher le fichier Open project: exdev/ex2d-v1 Class Usage Examples

Méthodes publiques

Свойство Type Description
height int
id int
page int
uv0 Vector2
width int
x int
xadvance int
xoffset int
y int
yoffset int

Méthodes publiques

Méthode Description
CharInfo ( ) : System.Collections
CharInfo ( CharInfo, _c ) : System.Collections

Method Details

CharInfo() public méthode

public CharInfo ( ) : System.Collections
Résultat System.Collections

CharInfo() public méthode

public CharInfo ( CharInfo, _c ) : System.Collections
_c CharInfo,
Résultat System.Collections

Property Details

height public_oe property

public int height
Résultat int

id public_oe property

public int id
Résultat int

page public_oe property

public int page
Résultat int

uv0 public_oe property

public Vector2 uv0
Résultat Vector2

width public_oe property

public int width
Résultat int

x public_oe property

public int x
Résultat int

xadvance public_oe property

public int xadvance
Résultat int

xoffset public_oe property

public int xoffset
Résultat int

y public_oe property

public int y
Résultat int

yoffset public_oe property

public int yoffset
Résultat int