Image information displayed on the gadget More...
Public Types | |
enum | File { None = 0 , VRCtrlParts , VRCtrlPartsB } |
Specifying an image to display in the gadget More... | |
enum | Parts { None = 0 , STICK , STICK_CENTER , CHECK , MENU , CAMERA , DASH , JUMP , SLIDER , SLIDER_CENTER , FPS , RESET , PLUS , MINUS } |
Specifying parts to be displayed in the gadget More... | |
Static Public Member Functions | |
static void | initialize () |
static void | finalize () |
static SharpKmyMath.Vector2 | getSize (Parts inParts) |
static SharpKmyMath.Vector4 | getColor (Parts inParts) |
static void | draw (Parts inParts, SharpKmyMath.Vector3 inPos, float inAngle=0) |
static void | draw (Parts inParts, SharpKmyMath.Vector3 inPos, float inAngle, SharpKmyMath.Vector4 inColor) |
Image information displayed on the gadget
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |