IMHOTEP Framework
|
Public Types | |
enum | Size { Calibrated, _400x300, _300x225, _200x150 } |
Public Member Functions | |
void | BuildMesh () |
void | DrawWireframe () |
void | OnEnable () |
Static Public Member Functions | |
static bool | GetBounds (Size size, ref HmdQuad_t pRect) |
Public Attributes | |
float | borderThickness = 0.15f |
float | wireframeHeight = 2.0f |
bool | drawWireframeWhenSelectedOnly = false |
bool | drawInGame = true |
Size | size |
Color | color = Color.cyan |
Vector3[] | vertices |
Definition at line 13 of file SteamVR_PlayArea.cs.