MaxstAR Unity
|
Control the configuration asset file More...
Static Public Member Functions | |
static AbstractConfigurationScriptableObject | GetInstance () |
Get configuration asset instance More... | |
Public Attributes | |
string | LicenseKey = null |
App signature key More... | |
int | WebcamType = 0 |
Select webcam type More... | |
CameraDevice.CameraType | CameraType = CameraDevice.CameraType.Rear |
Select camera type More... | |
CameraDevice.CameraResolution | CameraResolution = CameraDevice.CameraResolution.Resolution640x480 |
Select camera resolution More... | |
WearableCalibration.WearableType | WearableType = WearableCalibration.WearableType.None |
Select wearable device type More... | |
Control the configuration asset file
|
static |
Get configuration asset instance
CameraDevice.CameraResolution maxstAR.AbstractConfigurationScriptableObject.CameraResolution = CameraDevice.CameraResolution.Resolution640x480 |
Select camera resolution
CameraDevice.CameraType maxstAR.AbstractConfigurationScriptableObject.CameraType = CameraDevice.CameraType.Rear |
Select camera type
string maxstAR.AbstractConfigurationScriptableObject.LicenseKey = null |
App signature key
WearableCalibration.WearableType maxstAR.AbstractConfigurationScriptableObject.WearableType = WearableCalibration.WearableType.None |
Select wearable device type
int maxstAR.AbstractConfigurationScriptableObject.WebcamType = 0 |
Select webcam type