![]() |
|
ガジェットに表示する画像情報 [詳解]
公開型 | |
enum | File { None = 0 , VRCtrlParts , VRCtrlPartsB } |
ガジェットに表示する画像の指定 [詳解] | |
enum | Parts { None = 0 , STICK , STICK_CENTER , CHECK , MENU , CAMERA , DASH , JUMP , SLIDER , SLIDER_CENTER , FPS , RESET , PLUS , MINUS } |
ガジェットに表示する部品の指定 [詳解] | |
静的公開メンバ関数 | |
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) |
ガジェットに表示する画像情報
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |