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

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

공개 프로퍼티들

프로퍼티 타입 설명
ClockAnimation string
ClockPalette string
ClockSequence string
GetPlayer Func
IconHeight int
IconSpacing int
IconWidth int

공개 메소드들

메소드 설명
Clone ( ) : OpenRA.Widgets.Widget
Draw ( ) : void

보호된 메소드들

메소드 설명
ObserverSupportPowerIconsWidget ( ObserverSupportPowerIconsWidget other ) : System

비공개 메소드들

메소드 설명
GetOverlayForItem ( SupportPowerInstance item, int timestep ) : string
ObserverSupportPowerIconsWidget ( World world, WorldRenderer worldRenderer ) : System

메소드 상세

Clone() 공개 메소드

public Clone ( ) : OpenRA.Widgets.Widget
리턴 OpenRA.Widgets.Widget

Draw() 공개 메소드

public Draw ( ) : void
리턴 void

ObserverSupportPowerIconsWidget() 보호된 메소드

protected ObserverSupportPowerIconsWidget ( ObserverSupportPowerIconsWidget other ) : System
other ObserverSupportPowerIconsWidget
리턴 System

프로퍼티 상세

ClockAnimation 공개적으로 프로퍼티

public string ClockAnimation
리턴 string

ClockPalette 공개적으로 프로퍼티

public string ClockPalette
리턴 string

ClockSequence 공개적으로 프로퍼티

public string ClockSequence
리턴 string

GetPlayer 공개적으로 프로퍼티

public Func GetPlayer
리턴 Func

IconHeight 공개적으로 프로퍼티

public int IconHeight
리턴 int

IconSpacing 공개적으로 프로퍼티

public int IconSpacing
리턴 int

IconWidth 공개적으로 프로퍼티

public int IconWidth
리턴 int