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

Inheritance: OpenRA.Widgets.Widget
Afficher le fichier Open project: OpenRA/OpenRA

Méthodes publiques

Свойство Type Description
AfterClose System.Action
AfterOpen System.Action
Animating Action
AnimationLength int
IsEnabled Func
RadarOfflineSound string
RadarOnlineSound string
WorldInteractionController string

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
CellToMinimapPixel ( CPos p ) : int2
MinimapPixelToCell ( int2 p ) : CPos
RadarWidget ( World world, WorldRenderer worldRenderer ) : System

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Draw() public méthode

public Draw ( ) : void
Résultat void

DrawRadarPings() public méthode

public DrawRadarPings ( ) : void
Résultat void

GetCursor() public méthode

public GetCursor ( int2 pos ) : string
pos int2
Résultat string

HandleMouseInput() public méthode

public HandleMouseInput ( MouseInput mi ) : bool
mi MouseInput
Résultat bool

Initialize() public méthode

public Initialize ( WidgetArgs args ) : void
args WidgetArgs
Résultat void

MapBoundsChanged() public méthode

public MapBoundsChanged ( ) : void
Résultat void

MarkShroudDirty() public méthode

public MarkShroudDirty ( IEnumerable projectedCellsChanged ) : void
projectedCellsChanged IEnumerable
Résultat void

Removed() public méthode

public Removed ( ) : void
Résultat void

Tick() public méthode

public Tick ( ) : void
Résultat void

UpdateShroudCell() public méthode

public UpdateShroudCell ( PPos puv ) : void
puv PPos
Résultat void

UpdateTerrainCell() public méthode

public UpdateTerrainCell ( CPos cell ) : void
cell CPos
Résultat void

Property Details

AfterClose public_oe property

public Action,System AfterClose
Résultat System.Action

AfterOpen public_oe property

public Action,System AfterOpen
Résultat System.Action

Animating public_oe property

public Action Animating
Résultat Action

AnimationLength public_oe property

public int AnimationLength
Résultat int

IsEnabled public_oe property

public Func IsEnabled
Résultat Func

RadarOfflineSound public_oe property

public string RadarOfflineSound
Résultat string

RadarOnlineSound public_oe property

public string RadarOnlineSound
Résultat string

WorldInteractionController public_oe property

public string WorldInteractionController
Résultat string