MLEyeCalibration
NameSpace: MagicLeap
MLEyeCalibration Summary placeholder. More...
Inherits from:
MLAutoAPISingleton< MLEyeCalibration >,
MLLazySingleton< T >
Detailed Description
public class MLEyeCalibration : MLAutoAPISingleton< MLEyeCalibration >
Details*
MLEyeCalibration description goes here.
Public Methods
MLResult GetState
Gets information about the user's current eye calibration.
public static MLResult GetState(
out State state
)
Parameters
Type | Name | Description |
---|---|---|
out State | state | A struct representing the eye calibration state. |
Protected Methods
OnApplicationPause
Handle Unity application pause and resume
protected virtual override void OnApplicationPause(
bool pauseStatus
)
Parameters
Type | Name | Description |
---|---|---|
bool | pauseStatus | If the application is now paused or not |
Reimplements: OnApplicationPause
StartAPI
Start the API.
protected virtual override MLResult.Code StartAPI()
Reimplements: StartAPI
StopAPI
Stop the API.
protected virtual override MLResult.Code StopAPI()
Reimplements: StopAPI
Public Enums
Status
A set of possible eye calibration codes that the eye calibration system can report.
Enumerator | Value | Description |
---|---|---|
None | No valid calibration was found for eyes. | |
Coarse | Calibration is of lower accuracy. | |
Fine | Calibration is of higher accuracy. |