C# 클래스 OpenRA.Mods.Common.Widgets.ChatDisplayWidget

상속: OpenRA.Widgets.Widget
파일 보기 프로젝트 열기: OpenRA/OpenRA

공개 프로퍼티들

프로퍼티 타입 설명
BackgroundColorDark Color
BackgroundColorLight Color
Notification string
RemoveTime int
UseContrast bool
UseShadow bool

공개 메소드들

메소드 설명
AddLine ( Color c, string from, string text ) : void
Draw ( ) : void
RemoveLine ( ) : void
Tick ( ) : void

메소드 상세

AddLine() 공개 메소드

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

Draw() 공개 메소드

public Draw ( ) : void
리턴 void

RemoveLine() 공개 메소드

public RemoveLine ( ) : void
리턴 void

Tick() 공개 메소드

public Tick ( ) : void
리턴 void

프로퍼티 상세

BackgroundColorDark 공개적으로 프로퍼티

public Color BackgroundColorDark
리턴 Color

BackgroundColorLight 공개적으로 프로퍼티

public Color BackgroundColorLight
리턴 Color

Notification 공개적으로 프로퍼티

public string Notification
리턴 string

RemoveTime 공개적으로 프로퍼티

public int RemoveTime
리턴 int

UseContrast 공개적으로 프로퍼티

public bool UseContrast
리턴 bool

UseShadow 공개적으로 프로퍼티

public bool UseShadow
리턴 bool