Property | Type | Description | |
---|---|---|---|
AfterClose | System.Action | ||
AfterOpen | System.Action | ||
Animating | Action |
||
AnimationLength | int | ||
IsEnabled | Func |
||
RadarOfflineSound | string | ||
RadarOnlineSound | string | ||
WorldInteractionController | string |
Method | Description | |
---|---|---|
Dispose ( ) : void | ||
Draw ( ) : void | ||
DrawRadarPings ( ) : void | ||
GetCursor ( int2 pos ) : string | ||
HandleMouseInput ( MouseInput mi ) : bool | ||
Initialize ( WidgetArgs args ) : void | ||
MapBoundsChanged ( ) : void | ||
MarkShroudDirty ( IEnumerable |
||
Removed ( ) : void | ||
Tick ( ) : void | ||
UpdateShroudCell ( PPos puv ) : void | ||
UpdateTerrainCell ( CPos cell ) : void |
Method | Description | |
---|---|---|
CellToMinimapPixel ( CPos p ) : int2 | ||
MinimapPixelToCell ( int2 p ) : CPos | ||
RadarWidget ( World world, |
public HandleMouseInput ( MouseInput mi ) : bool | ||
mi | MouseInput | |
return | bool |
public MarkShroudDirty ( IEnumerable |
||
projectedCellsChanged | IEnumerable |
|
return | void |
public UpdateTerrainCell ( CPos cell ) : void | ||
cell | CPos | |
return | void |