Search
Preparing search index...
The search index is not available
argon.js
Options
All
Public
Public/Protected
All
Inherited
Menu
Globals
VuforiaDataSet
Class VuforiaDataSet
A vuforia data set. TODO
Hierarchy
VuforiaDataSet
Index
Constructors
constructor
Properties
_is
Active
_trackables
id
manager
Methods
_on
Activate
_on
Deactivate
fetch
get
Trackables
is
Active
load
Constructors
constructor
new
Vuforia
Data
Set
(
id
:
string
, manager
:
SessionPort
)
:
VuforiaDataSet
Parameters
id:
string
manager:
SessionPort
Returns
VuforiaDataSet
Properties
Private
_is
Active
_is
Active
:
boolean
= false
Private
_trackables
_trackables
:
VuforiaTrackables
id
id
:
string
Private
manager
manager
:
SessionPort
Methods
_on
Activate
_on
Activate
(
)
:
void
Returns
void
_on
Deactivate
_on
Deactivate
(
)
:
void
Returns
void
fetch
fetch
(
)
:
Promise
Returns
Promise
get
Trackables
get
Trackables
(
)
:
VuforiaTrackables
Returns
VuforiaTrackables
is
Active
is
Active
(
)
:
boolean
Returns
boolean
load
load
(
)
:
Promise
Returns
Promise
Globals
Vuforia
Data
Set
constructor
_is
Active
_trackables
id
manager
_on
Activate
_on
Deactivate
fetch
get
Trackables
is
Active
load
Generated using
TypeDoc
A vuforia data set. TODO