C# Class exBitmapFont.CharInfo, ex2d-v1

Datei anzeigen Open project: exdev/ex2d-v1 Class Usage Examples

Public Properties

Property Type Description
height int
id int
page int
uv0 Vector2
width int
x int
xadvance int
xoffset int
y int
yoffset int

Public Methods

Method Description
CharInfo ( ) : System.Collections
CharInfo ( CharInfo, _c ) : System.Collections

Method Details

CharInfo() public method

public CharInfo ( ) : System.Collections
return System.Collections

CharInfo() public method

public CharInfo ( CharInfo, _c ) : System.Collections
_c CharInfo,
return System.Collections

Property Details

height public_oe property

public int height
return int

id public_oe property

public int id
return int

page public_oe property

public int page
return int

uv0 public_oe property

public Vector2 uv0
return Vector2

width public_oe property

public int width
return int

x public_oe property

public int x
return int

xadvance public_oe property

public int xadvance
return int

xoffset public_oe property

public int xoffset
return int

y public_oe property

public int y
return int

yoffset public_oe property

public int yoffset
return int