C# Class OpenRA.Mods.Common.Widgets.ChatDisplayWidget

Inheritance: OpenRA.Widgets.Widget
Afficher le fichier Open project: OpenRA/OpenRA

Méthodes publiques

Свойство Type Description
BackgroundColorDark Color
BackgroundColorLight Color
Notification string
RemoveTime int
UseContrast bool
UseShadow bool

Méthodes publiques

Méthode Description
AddLine ( Color c, string from, string text ) : void
Draw ( ) : void
RemoveLine ( ) : void
Tick ( ) : void

Method Details

AddLine() public méthode

public AddLine ( Color c, string from, string text ) : void
c Color
from string
text string
Résultat void

Draw() public méthode

public Draw ( ) : void
Résultat void

RemoveLine() public méthode

public RemoveLine ( ) : void
Résultat void

Tick() public méthode

public Tick ( ) : void
Résultat void

Property Details

BackgroundColorDark public_oe property

public Color BackgroundColorDark
Résultat Color

BackgroundColorLight public_oe property

public Color BackgroundColorLight
Résultat Color

Notification public_oe property

public string Notification
Résultat string

RemoveTime public_oe property

public int RemoveTime
Résultat int

UseContrast public_oe property

public bool UseContrast
Résultat bool

UseShadow public_oe property

public bool UseShadow
Résultat bool