C# Class ManicDigger.Gui.HudChat

Afficher le fichier Open project: henon/manic_digger

Méthodes publiques

Свойство Type Description
ChatFontSize float
ChatLines List
ChatLinesMaxToDraw int
ChatPageScroll int
ChatScreenExpireTimeSeconds int
GuiTypingBuffer string
IsTyping bool

Méthodes publiques

Méthode Description
AddChatline ( string s ) : void
DrawChatLines ( bool all ) : void
DrawTypingBuffer ( ) : void
Render ( ) : void

Method Details

AddChatline() public méthode

public AddChatline ( string s ) : void
s string
Résultat void

DrawChatLines() public méthode

public DrawChatLines ( bool all ) : void
all bool
Résultat void

DrawTypingBuffer() public méthode

public DrawTypingBuffer ( ) : void
Résultat void

Render() public méthode

public Render ( ) : void
Résultat void

Property Details

ChatFontSize public_oe property

public float ChatFontSize
Résultat float

ChatLines public_oe property

public List ChatLines
Résultat List

ChatLinesMaxToDraw public_oe property

public int ChatLinesMaxToDraw
Résultat int

ChatPageScroll public_oe property

public int ChatPageScroll
Résultat int

ChatScreenExpireTimeSeconds public_oe property

public int ChatScreenExpireTimeSeconds
Résultat int

GuiTypingBuffer public_oe property

public string GuiTypingBuffer
Résultat string

IsTyping public_oe property

public bool IsTyping
Résultat bool