C# Class Myre.Debugging.Statistics.Graph

Afficher le fichier Open project: TomGillen/Myre

Méthodes publiques

Méthode Description
Add ( float value ) : void
Draw ( Rectangle area ) : void
Graph ( GraphicsDevice device, int resolution ) : System

Method Details

Add() public méthode

public Add ( float value ) : void
value float
Résultat void

Draw() public méthode

public Draw ( Rectangle area ) : void
area Microsoft.Xna.Framework.Rectangle
Résultat void

Graph() public méthode

public Graph ( GraphicsDevice device, int resolution ) : System
device GraphicsDevice
resolution int
Résultat System