C# Class QuickFont.QVertexBuffer

Inheritance: IDisposable
显示文件 Open project: swax/QuickFont Class Usage Examples

Public Properties

Property Type Description
VertexCount int

Public Methods

Method Description
AddVertex ( Vector3 point, Vector3 normal, System.Vector2 textureCoord, int color ) : void
Dispose ( ) : void
Draw ( ) : void
Load ( ) : void
QVertexBuffer ( int textureID ) : System
Reset ( ) : void

Method Details

AddVertex() public method

public AddVertex ( Vector3 point, Vector3 normal, System.Vector2 textureCoord, int color ) : void
point Vector3
normal Vector3
textureCoord System.Vector2
color int
return void

Dispose() public method

public Dispose ( ) : void
return void

Draw() public method

public Draw ( ) : void
return void

Load() public method

public Load ( ) : void
return void

QVertexBuffer() public method

public QVertexBuffer ( int textureID ) : System
textureID int
return System

Reset() public method

public Reset ( ) : void
return void

Property Details

VertexCount public_oe property

public int VertexCount
return int