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

Inheritance: OpenRA.Widgets.Widget
ファイルを表示 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_oe property

public Color BackgroundColorDark
return Color

BackgroundColorLight public_oe property

public Color BackgroundColorLight
return Color

Notification public_oe property

public string Notification
return string

RemoveTime public_oe property

public int RemoveTime
return int

UseContrast public_oe property

public bool UseContrast
return bool

UseShadow public_oe property

public bool UseShadow
return bool