C# 클래스 ManicDigger.Gui.HudChat

파일 보기 프로젝트 열기: henon/manic_digger

공개 프로퍼티들

프로퍼티 타입 설명
ChatFontSize float
ChatLines List
ChatLinesMaxToDraw int
ChatPageScroll int
ChatScreenExpireTimeSeconds int
GuiTypingBuffer string
IsTyping bool

공개 메소드들

메소드 설명
AddChatline ( string s ) : void
DrawChatLines ( bool all ) : void
DrawTypingBuffer ( ) : void
Render ( ) : void

메소드 상세

AddChatline() 공개 메소드

public AddChatline ( string s ) : void
s string
리턴 void

DrawChatLines() 공개 메소드

public DrawChatLines ( bool all ) : void
all bool
리턴 void

DrawTypingBuffer() 공개 메소드

public DrawTypingBuffer ( ) : void
리턴 void

Render() 공개 메소드

public Render ( ) : void
리턴 void

프로퍼티 상세

ChatFontSize 공개적으로 프로퍼티

public float ChatFontSize
리턴 float

ChatLines 공개적으로 프로퍼티

public List ChatLines
리턴 List

ChatLinesMaxToDraw 공개적으로 프로퍼티

public int ChatLinesMaxToDraw
리턴 int

ChatPageScroll 공개적으로 프로퍼티

public int ChatPageScroll
리턴 int

ChatScreenExpireTimeSeconds 공개적으로 프로퍼티

public int ChatScreenExpireTimeSeconds
리턴 int

GuiTypingBuffer 공개적으로 프로퍼티

public string GuiTypingBuffer
리턴 string

IsTyping 공개적으로 프로퍼티

public bool IsTyping
리턴 bool