C# Class Fusion.Hud

Represents class to monitor everything.
Afficher le fichier Open project: demiurghg/FusionEngine

Méthodes publiques

Méthode Description
Add ( System.Guid category, Color color, string text ) : void

Adds line from current thread.

Clear ( System.Guid category ) : void

Clears all lines added from current thread.

GetLines ( ) : IEnumerable

Gets lines.

Method Details

Add() static public méthode

Adds line from current thread.
static public Add ( System.Guid category, Color color, string text ) : void
category System.Guid
color Color
text string
Résultat void

Clear() static public méthode

Clears all lines added from current thread.
static public Clear ( System.Guid category ) : void
category System.Guid
Résultat void

GetLines() public static méthode

Gets lines.
public static GetLines ( ) : IEnumerable
Résultat IEnumerable