![]() |
VX++ Framework (VxCpp.dll)
Friendly Voxon development with classes
|
Interface used to create 2D UIs. More...
#include <vxInterfaces.h>
Public Member Functions | |
| void | moveTo (int newPosX, int newPosY) |
| int | getPosX () |
| int | getPosY () |
| int | getGroupID () |
| void | setGroupID (int newGroupID) |
Protected Attributes | |
| int | posX = 0 |
| int | posY = 0 |
| int | groupID = -1 |
Interface used to create 2D UIs.