Property | Type | Description | |
---|---|---|---|
ExtendWindowHeight | bool |
Method | Description | |
---|---|---|
Draw ( ) : void | ||
Draw ( |
||
OnActivate ( ) : void | ||
OnChangeItem ( bool right ) : void | ||
OnChangeSelection ( bool down ) : void | ||
OnChangeSelection ( int newIndex ) : void | ||
RPGDialogMenu ( string caption, Action |
Method | Description | |
---|---|---|
Usable ( IMenuItem item ) : bool |
public OnChangeSelection ( bool down ) : void | ||
down | bool | |
return | void |
public OnChangeSelection ( int newIndex ) : void | ||
newIndex | int | |
return | void |
public RPGDialogMenu ( string caption, Action |
||
caption | string | |
activationAction | Action |
|
items | IMenuItem | |
return | System |