Property | Type | Description | |
---|---|---|---|
componentRectangle | |||
locationX | int | ||
locationY | int | ||
text | string | ||
visible | bool |
Method | Description | |
---|---|---|
HandleKeyboard ( Microsoft keyboard, DRObjects &actionType, object &args, DRObjects &coord, bool &destroy ) : bool | ||
HandleMouseOver ( int x, int y ) : void | ||
IsModal ( ) : bool | ||
PerformDrag ( int x, int y ) : void | ||
ViewTileTextComponent ( int x, int y, string displayText ) : System |
Creates a tile text component displaying particular text
|
Method | Description | |
---|---|---|
IGameInterfaceComponent ( Microsoft.Xna.Framework.Content.ContentManager content, |
Method | Description | |
---|---|---|
IGameInterfaceComponent ( ) : |
||
IGameInterfaceComponent ( int x, int y, MouseActionEnum mouse, DRObjects &actionType, InternalActionEnum &internalActionType, object &args, |
public HandleKeyboard ( Microsoft keyboard, DRObjects &actionType, object &args, DRObjects &coord, bool &destroy ) : bool | ||
keyboard | Microsoft | |
actionType | DRObjects | |
args | object | |
coord | DRObjects | |
destroy | bool | |
return | bool |
public HandleMouseOver ( int x, int y ) : void | ||
x | int | |
y | int | |
return | void |
protected IGameInterfaceComponent ( Microsoft.Xna.Framework.Content.ContentManager content, |
||
content | Microsoft.Xna.Framework.Content.ContentManager | |
batch | ||
return | void |
public ViewTileTextComponent ( int x, int y, string displayText ) : System | ||
x | int | |
y | int | |
displayText | string | |
return | System |
protected Rectangle,Microsoft.Xna.Framework componentRectangle | ||
return |