Logo
Classes | Public Types | Static Public Member Functions | List of all members
Yukar.Engine.GadgetImage Class Reference

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)
 

Detailed Description

Image information displayed on the gadget

Member Enumeration Documentation

◆ File

Specifying an image to display in the gadget

Enumerator
None 
VRCtrlParts 
VRCtrlPartsB 

◆ Parts

Specifying parts to be displayed in the gadget

Enumerator
None 
STICK 
STICK_CENTER 
CHECK 
MENU 
CAMERA 
DASH 
JUMP 
SLIDER 
SLIDER_CENTER 
FPS 
RESET 
PLUS 
MINUS 

Member Function Documentation

◆ draw() [1/2]

static void Yukar.Engine.GadgetImage.draw ( Parts  inParts,
SharpKmyMath.Vector3  inPos,
float  inAngle,
SharpKmyMath.Vector4  inColor 
)
static

◆ draw() [2/2]

static void Yukar.Engine.GadgetImage.draw ( Parts  inParts,
SharpKmyMath.Vector3  inPos,
float  inAngle = 0 
)
static

◆ finalize()

static void Yukar.Engine.GadgetImage.finalize ( )
static

◆ getColor()

static SharpKmyMath.Vector4 Yukar.Engine.GadgetImage.getColor ( Parts  inParts)
static

◆ getSize()

static SharpKmyMath.Vector2 Yukar.Engine.GadgetImage.getSize ( Parts  inParts)
static

◆ initialize()

static void Yukar.Engine.GadgetImage.initialize ( )
static