C# Class GoogleARCoreInternal.ARCoreProjectSettings

Show file Open project: jbyu/arcore_face Class Usage Examples

Public Properties

Property Type Description
CloudServicesApiKey string
IosCloudServicesApiKey string
IsARCoreRequired bool
IsIOSSupportEnabled bool
IsInstantPreviewEnabled bool
Version string

Public Methods

Method Description
Load ( ) : void
Save ( ) : void

Private Methods

Method Description
ARCoreProjectSettings ( ) : System

Method Details

Load() public method

public Load ( ) : void
return void

Save() public method

public Save ( ) : void
return void

Property Details

CloudServicesApiKey public property

public string CloudServicesApiKey
return string

IosCloudServicesApiKey public property

public string IosCloudServicesApiKey
return string

IsARCoreRequired public property

public bool IsARCoreRequired
return bool

IsIOSSupportEnabled public property

public bool IsIOSSupportEnabled
return bool

IsInstantPreviewEnabled public property

public bool IsInstantPreviewEnabled
return bool

Version public property

public string Version
return string