Свойство | Тип | Описание | |
---|---|---|---|
Draw | void | ||
Update | void | ||
performScroll | void | ||
verticalRelativeItemPosition | |||
verticalRelativeItemSize |
Метод | Описание | |
---|---|---|
ItemBounds ( |
Die von der Auflösung unabhängigen Ausmaße der Menüeinträge.
|
|
Menu ( IScreen screen, DisplayLayer drawOrder ) : System.Diagnostics.CodeAnalysis |
Erzeugt eine neue Instanz eines VerticalMenu-Objekts und initialisiert diese mit dem zugehörigen IGameScreen-Objekt. Zudem ist die Angaben der Zeichenreihenfolge Pflicht.
|
|
OnLeftClick ( |
Tut nichts.
|
|
OnLeftMove ( ScreenPoint previousPosition, ScreenPoint currentPosition, ScreenPoint move, |
||
OnMove ( ScreenPoint previousPosition, ScreenPoint currentPosition, ScreenPoint move, |
||
OnNoMove ( ScreenPoint currentPosition, |
||
OnRightClick ( |
Tut nichts.
|
|
OnRightMove ( ScreenPoint previousPosition, ScreenPoint currentPosition, ScreenPoint move, |
||
OnScroll ( int scrollValue, |
Die Reaktion auf eine Bewegung des Mausrads. Das Menü scrollt die Einträge.
|
|
SetHovered ( bool hovered, |
Tut nichts.
|
Метод | Описание | |
---|---|---|
assignMenuItemInformation ( |
Метод | Описание | |
---|---|---|
Draw ( |
||
Update ( |
||
performScroll ( ) : void | ||
verticalRelativeItemPosition ( int itemOrder ) : |
||
verticalRelativeItemSize ( int itemOrder ) : |
public ItemBounds ( |
||
item | ||
Результат |
public Menu ( IScreen screen, DisplayLayer drawOrder ) : System.Diagnostics.CodeAnalysis | ||
screen | IScreen | |
drawOrder | DisplayLayer | |
Результат | System.Diagnostics.CodeAnalysis |
public OnLeftClick ( |
||
position | ||
state | ClickState | |
time | ||
Результат | void |
public OnLeftMove ( ScreenPoint previousPosition, ScreenPoint currentPosition, ScreenPoint move, |
||
previousPosition | ScreenPoint | |
currentPosition | ScreenPoint | |
move | ScreenPoint | |
time | ||
Результат | void |
public OnMove ( ScreenPoint previousPosition, ScreenPoint currentPosition, ScreenPoint move, |
||
previousPosition | ScreenPoint | |
currentPosition | ScreenPoint | |
move | ScreenPoint | |
time | ||
Результат | void |
public OnNoMove ( ScreenPoint currentPosition, |
||
currentPosition | ScreenPoint | |
time | ||
Результат | void |
public OnRightClick ( |
||
position | ||
state | ClickState | |
time | ||
Результат | void |
public OnRightMove ( ScreenPoint previousPosition, ScreenPoint currentPosition, ScreenPoint move, |
||
previousPosition | ScreenPoint | |
currentPosition | ScreenPoint | |
move | ScreenPoint | |
time | ||
Результат | void |
public OnScroll ( int scrollValue, |
||
scrollValue | int | |
time | ||
Результат | void |
public SetHovered ( bool hovered, |
||
hovered | bool | |
time | ||
Результат | void |
protected assignMenuItemInformation ( |
||
item | ||
Результат | void |