C# 클래스 Fusion.Hud

Represents class to monitor everything.
파일 보기 프로젝트 열기: demiurghg/FusionEngine

공개 메소드들

메소드 설명
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