Holoboard Basic SDK  v1.4
Software Development Kit for developing applications on smartphones for Holoboard (www.myholo.io)
TesseractBasic.IPDCalibration Class Reference

IPDC alibration class. More...

Inheritance diagram for TesseractBasic.IPDCalibration:

Public Member Functions

void BeginIPDCalibration ()
 Begins the IPD Calibration. Use this if you provided CONTROLLER_BUTTON.NONE in DefaultButtonToStartCalibration and want to begin calibration based on a custom trigger. More...
 
void EndIPDCalibration ()
 Ends the IPD Calibration. Use this if you provided CONTROLLER_BUTTON.NONE in DefaultButtonToStartCalibration and want to end calibration based on a custom trigger. More...
 

Static Public Attributes

static IPDCalibration Instance = null
 Singleton Instance More...
 

Properties

bool calibrationInProgress [get]
 Gets a value indicating whether this IPDCalibration calibration in progress. More...
 

Detailed Description

IPDC alibration class.

Member Function Documentation

◆ BeginIPDCalibration()

void TesseractBasic.IPDCalibration.BeginIPDCalibration ( )

Begins the IPD Calibration. Use this if you provided CONTROLLER_BUTTON.NONE in DefaultButtonToStartCalibration and want to begin calibration based on a custom trigger.

◆ EndIPDCalibration()

void TesseractBasic.IPDCalibration.EndIPDCalibration ( )

Ends the IPD Calibration. Use this if you provided CONTROLLER_BUTTON.NONE in DefaultButtonToStartCalibration and want to end calibration based on a custom trigger.

Member Data Documentation

◆ Instance

IPDCalibration TesseractBasic.IPDCalibration.Instance = null
static

Singleton Instance

Property Documentation

◆ calibrationInProgress

bool TesseractBasic.IPDCalibration.calibrationInProgress
get

Gets a value indicating whether this IPDCalibration calibration in progress.

true if calibration in progress; otherwise, false.


The documentation for this class was generated from the following file: