C# Класс Fusion.Hud

Represents class to monitor everything.
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

Add() статический публичный Метод

Adds line from current thread.
static public Add ( System.Guid category, Color color, string text ) : void
category System.Guid
color Color
text string
Результат void

Clear() статический публичный Метод

Clears all lines added from current thread.
static public Clear ( System.Guid category ) : void
category System.Guid
Результат void

GetLines() публичный статический Метод

Gets lines.
public static GetLines ( ) : IEnumerable
Результат IEnumerable