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

Inheritance: OpenRA.Widgets.Widget
Show file Open project: OpenRA/OpenRA

Public Properties

Property Type Description
BackgroundColorDark Color
BackgroundColorLight Color
Notification string
RemoveTime int
UseContrast bool
UseShadow bool

Public Methods

Method Description
AddLine ( Color c, string from, string text ) : void
Draw ( ) : void
RemoveLine ( ) : void
Tick ( ) : void

Method Details

AddLine() public method

public AddLine ( Color c, string from, string text ) : void
c Color
from string
text string
return void

Draw() public method

public Draw ( ) : void
return void

RemoveLine() public method

public RemoveLine ( ) : void
return void

Tick() public method

public Tick ( ) : void
return void

Property Details

BackgroundColorDark public property

public Color BackgroundColorDark
return Color

BackgroundColorLight public property

public Color BackgroundColorLight
return Color

Notification public property

public string Notification
return string

RemoveTime public property

public int RemoveTime
return int

UseContrast public property

public bool UseContrast
return bool

UseShadow public property

public bool UseShadow
return bool