C# Class QuickFont.QVertexBuffer

Inheritance: IDisposable
Afficher le fichier Open project: swax/QuickFont Class Usage Examples

Méthodes publiques

Свойство Type Description
VertexCount int

Méthodes publiques

Méthode 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 méthode

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

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Draw() public méthode

public Draw ( ) : void
Résultat void

Load() public méthode

public Load ( ) : void
Résultat void

QVertexBuffer() public méthode

public QVertexBuffer ( int textureID ) : System
textureID int
Résultat System

Reset() public méthode

public Reset ( ) : void
Résultat void

Property Details

VertexCount public_oe property

public int VertexCount
Résultat int