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

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

공개 프로퍼티들

프로퍼티 타입 설명
AfterClose System.Action
AfterOpen System.Action
Animating Action
AnimationLength int
IsEnabled Func
RadarOfflineSound string
RadarOnlineSound string
WorldInteractionController string

공개 메소드들

메소드 설명
Dispose ( ) : void
Draw ( ) : void
DrawRadarPings ( ) : void
GetCursor ( int2 pos ) : string
HandleMouseInput ( MouseInput mi ) : bool
Initialize ( WidgetArgs args ) : void
MapBoundsChanged ( ) : void
MarkShroudDirty ( IEnumerable projectedCellsChanged ) : void
Removed ( ) : void
Tick ( ) : void
UpdateShroudCell ( PPos puv ) : void
UpdateTerrainCell ( CPos cell ) : void

비공개 메소드들

메소드 설명
CellToMinimapPixel ( CPos p ) : int2
MinimapPixelToCell ( int2 p ) : CPos
RadarWidget ( World world, WorldRenderer worldRenderer ) : System

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Draw() 공개 메소드

public Draw ( ) : void
리턴 void

DrawRadarPings() 공개 메소드

public DrawRadarPings ( ) : void
리턴 void

GetCursor() 공개 메소드

public GetCursor ( int2 pos ) : string
pos int2
리턴 string

HandleMouseInput() 공개 메소드

public HandleMouseInput ( MouseInput mi ) : bool
mi MouseInput
리턴 bool

Initialize() 공개 메소드

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

MapBoundsChanged() 공개 메소드

public MapBoundsChanged ( ) : void
리턴 void

MarkShroudDirty() 공개 메소드

public MarkShroudDirty ( IEnumerable projectedCellsChanged ) : void
projectedCellsChanged IEnumerable
리턴 void

Removed() 공개 메소드

public Removed ( ) : void
리턴 void

Tick() 공개 메소드

public Tick ( ) : void
리턴 void

UpdateShroudCell() 공개 메소드

public UpdateShroudCell ( PPos puv ) : void
puv PPos
리턴 void

UpdateTerrainCell() 공개 메소드

public UpdateTerrainCell ( CPos cell ) : void
cell CPos
리턴 void

프로퍼티 상세

AfterClose 공개적으로 프로퍼티

public Action,System AfterClose
리턴 System.Action

AfterOpen 공개적으로 프로퍼티

public Action,System AfterOpen
리턴 System.Action

Animating 공개적으로 프로퍼티

public Action Animating
리턴 Action

AnimationLength 공개적으로 프로퍼티

public int AnimationLength
리턴 int

IsEnabled 공개적으로 프로퍼티

public Func IsEnabled
리턴 Func

RadarOfflineSound 공개적으로 프로퍼티

public string RadarOfflineSound
리턴 string

RadarOnlineSound 공개적으로 프로퍼티

public string RadarOnlineSound
리턴 string

WorldInteractionController 공개적으로 프로퍼티

public string WorldInteractionController
리턴 string