C# Class ManicDigger.Gui.HudChat

Exibir arquivo Open project: henon/manic_digger

Public Properties

Property Type Description
ChatFontSize float
ChatLines List
ChatLinesMaxToDraw int
ChatPageScroll int
ChatScreenExpireTimeSeconds int
GuiTypingBuffer string
IsTyping bool

Public Methods

Method Description
AddChatline ( string s ) : void
DrawChatLines ( bool all ) : void
DrawTypingBuffer ( ) : void
Render ( ) : void

Method Details

AddChatline() public method

public AddChatline ( string s ) : void
s string
return void

DrawChatLines() public method

public DrawChatLines ( bool all ) : void
all bool
return void

DrawTypingBuffer() public method

public DrawTypingBuffer ( ) : void
return void

Render() public method

public Render ( ) : void
return void

Property Details

ChatFontSize public_oe property

public float ChatFontSize
return float

ChatLines public_oe property

public List ChatLines
return List

ChatLinesMaxToDraw public_oe property

public int ChatLinesMaxToDraw
return int

ChatPageScroll public_oe property

public int ChatPageScroll
return int

ChatScreenExpireTimeSeconds public_oe property

public int ChatScreenExpireTimeSeconds
return int

GuiTypingBuffer public_oe property

public string GuiTypingBuffer
return string

IsTyping public_oe property

public bool IsTyping
return bool