Angular directive
pxlAnnotationsPresent source
- Attribute
Expression that is evaluated when some augmented reality content is presented on screen.
This gives you the opportunity to hide any overlay you may have added over the Augmented Reality (AR) view.
Note: This method is only called when the AR view is displayed.
Parameters
Name | Type | Description |
---|---|---|
PxlEventService | service |
PixLive SDK Event service |
Example
<div pxl-annotations-present="hideOverlay()">
...
</div>