Options
All
  • Public
  • Public/Protected
  • All
Menu

Class VuforiaService

A service for interacting with the Vuforia API

Hierarchy

  • VuforiaService

Index

Constructors

constructor

Properties

Private sessionService

sessionService: SessionService

Methods

init

  • init(options: string | object): Promise<VuforiaAPI>
  • Initialize vuforia using an encrypted license. You can get a vuforia license key from https://developer.vuforia.com/ You can encrypt your vuforia license with the tool at http://docs.argonjs.io/start/vuforia-pgp-encryptor

    Parameters

    • options: string | object

    Returns Promise<VuforiaAPI>

initWithUnencryptedKey

  • initWithUnencryptedKey(options: string | object): Promise<VuforiaAPI>
  • Initialize vuforia with an unecrypted key. It's a bad idea to publish your unencrypted vuforia key on the internet.

    Parameters

    • options: string | object

    Returns Promise<VuforiaAPI>

isAvailable

  • isAvailable(): Promise<boolean>
  • Resolves to a boolean indicating whether or not the Vuforia API is available on this system

    Returns Promise<boolean>

Generated using TypeDoc