C# Class Fusion.Hud

Represents class to monitor everything.
Datei anzeigen Open project: demiurghg/FusionEngine

Public Methods

Method 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 method

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

Clear() static public method

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

GetLines() public static method

Gets lines.
public static GetLines ( ) : IEnumerable
return IEnumerable