C# Class GoogleARCoreInternal.ARCoreProjectSettings

Exibir arquivo 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_oe property

public string CloudServicesApiKey
return string

IosCloudServicesApiKey public_oe property

public string IosCloudServicesApiKey
return string

IsARCoreRequired public_oe property

public bool IsARCoreRequired
return bool

IsIOSSupportEnabled public_oe property

public bool IsIOSSupportEnabled
return bool

IsInstantPreviewEnabled public_oe property

public bool IsInstantPreviewEnabled
return bool

Version public_oe property

public string Version
return string