Interface that trackers inherit that can scan meshes.
Members
scanning :boolean
Mesh scan status
Type:
- boolean
Methods
(async) getMeshList() → {Promise.<Array.<Mesh>>}
Retrieves the list of stored meshes.
Returns:
resolved when done.
- Type
- Promise.<Array.<Mesh>>
(async) resetMeshScan() → {Promise}
Resets mesh scan. Previously scanned mesh is lost.
Returns:
resolved when done.
- Type
- Promise
(async) startMeshScan() → {Promise}
Starts mesh scan.
Returns:
resolved when done.
- Type
- Promise
(async) stopMeshScan() → {Promise}
Stops mesh scan.
Returns:
resolved when done.
- Type
- Promise