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

상속: OpenRA.Widgets.Widget
파일 보기 프로젝트 열기: pchote/OpenRA 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Color OpenRA.Graphics.HSLColor
PaletteName string
Ramp float
RemapIndices int[]

공개 메소드들

메소드 설명
Initialize ( WidgetArgs args ) : void
Tick ( ) : void

비공개 메소드들

메소드 설명
ColorPreviewManagerWidget ( WorldRenderer worldRenderer ) : OpenRA.Graphics

메소드 상세

Initialize() 공개 메소드

public Initialize ( WidgetArgs args ) : void
args WidgetArgs
리턴 void

Tick() 공개 메소드

public Tick ( ) : void
리턴 void

프로퍼티 상세

Color 공개적으로 프로퍼티

public HSLColor,OpenRA.Graphics Color
리턴 OpenRA.Graphics.HSLColor

PaletteName 공개적으로 프로퍼티

public string PaletteName
리턴 string

Ramp 공개적으로 프로퍼티

public float Ramp
리턴 float

RemapIndices 공개적으로 프로퍼티

public int[] RemapIndices
리턴 int[]