Свойство | Тип | Описание | |
---|---|---|---|
IgnoreMouseInput | bool | ||
OnMouseDown | Action |
||
Preview | Func |
||
ShowSpawnPoints | bool | ||
SpawnOccupants | SpawnOccupant>>.Func | ||
TooltipContainer | string | ||
TooltipSpawnIndex | int | ||
TooltipTemplate | string |
Метод | Описание | |
---|---|---|
Clone ( ) : OpenRA.Widgets.Widget | ||
ConvertToPreview ( CPos cell, MapGridType gridType ) : int2 | ||
Draw ( ) : void | ||
HandleMouseInput ( MouseInput mi ) : bool | ||
MapPreviewWidget ( ) : System | ||
MouseEntered ( ) : void | ||
MouseExited ( ) : void |
Метод | Описание | |
---|---|---|
MapPreviewWidget ( MapPreviewWidget other ) : System |
public ConvertToPreview ( CPos cell, MapGridType gridType ) : int2 | ||
cell | CPos | |
gridType | MapGridType | |
Результат | int2 |
public HandleMouseInput ( MouseInput mi ) : bool | ||
mi | MouseInput | |
Результат | bool |
protected MapPreviewWidget ( MapPreviewWidget other ) : System | ||
other | MapPreviewWidget | |
Результат | System |