C# Class Reign.Video.XNA.QuickDraw

Inheritance: QuickDrawI
Afficher le fichier Open project: reignstudios/ReignSDK

Méthodes publiques

Méthode Description
Color ( float r, float g, float b, float a ) : void
Draw ( ) : void
New ( DisposableI parent, BufferLayoutDescI bufferLayoutDesc ) : QuickDraw
QuickDraw ( DisposableI parent, BufferLayoutDescI bufferLayoutDesc ) : System
StartLines ( ) : void
StartPoints ( ) : void
StartTriangles ( ) : void

Private Methods

Méthode Description
init ( DisposableI parent, BufferLayoutDescI bufferLayoutDesc ) : void

Method Details

Color() public méthode

public Color ( float r, float g, float b, float a ) : void
r float
g float
b float
a float
Résultat void

Draw() public méthode

public Draw ( ) : void
Résultat void

New() public static méthode

public static New ( DisposableI parent, BufferLayoutDescI bufferLayoutDesc ) : QuickDraw
parent DisposableI
bufferLayoutDesc BufferLayoutDescI
Résultat QuickDraw

QuickDraw() public méthode

public QuickDraw ( DisposableI parent, BufferLayoutDescI bufferLayoutDesc ) : System
parent DisposableI
bufferLayoutDesc BufferLayoutDescI
Résultat System

StartLines() public méthode

public StartLines ( ) : void
Résultat void

StartPoints() public méthode

public StartPoints ( ) : void
Résultat void

StartTriangles() public méthode

public StartTriangles ( ) : void
Résultat void