MaxstAR Unity
Static Public Member Functions | Public Attributes | List of all members
maxstAR.AbstractConfigurationScriptableObject Class Reference

Control the configuration asset file More...

Inheritance diagram for maxstAR.AbstractConfigurationScriptableObject:

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...
 

Detailed Description

Control the configuration asset file

Member Function Documentation

◆ GetInstance()

static AbstractConfigurationScriptableObject maxstAR.AbstractConfigurationScriptableObject.GetInstance ( )
static

Get configuration asset instance

Returns
Configuration scriptable object

Member Data Documentation

◆ CameraResolution

CameraDevice.CameraResolution maxstAR.AbstractConfigurationScriptableObject.CameraResolution = CameraDevice.CameraResolution.Resolution640x480

Select camera resolution

◆ CameraType

CameraDevice.CameraType maxstAR.AbstractConfigurationScriptableObject.CameraType = CameraDevice.CameraType.Rear

Select camera type

◆ LicenseKey

string maxstAR.AbstractConfigurationScriptableObject.LicenseKey = null

App signature key

◆ WearableType

WearableCalibration.WearableType maxstAR.AbstractConfigurationScriptableObject.WearableType = WearableCalibration.WearableType.None

Select wearable device type

◆ WebcamType

int maxstAR.AbstractConfigurationScriptableObject.WebcamType = 0

Select webcam type


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