Class DefaultAugmentedRealityService
java.lang.Object
com.gluonhq.attach.augmentedreality.impl.DefaultAugmentedRealityService
- All Implemented Interfaces:
AugmentedRealityService
- Direct Known Subclasses:
AndroidAugmentedRealityService
,IOSAugmentedRealityService
public abstract class DefaultAugmentedRealityService
extends Object
implements AugmentedRealityService
-
Property Summary
Properties inherited from interface com.gluonhq.attach.augmentedreality.AugmentedRealityService
availability
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.gluonhq.attach.augmentedreality.AugmentedRealityService
AugmentedRealityService.Availability
-
Field Summary
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.gluonhq.attach.augmentedreality.AugmentedRealityService
availabilityProperty, cancelled, debugAR, getAvailability, setModel, showAR
-
Field Details
-
debug
protected static boolean debug
-
-
Constructor Details
-
DefaultAugmentedRealityService
public DefaultAugmentedRealityService()
-