Package pro.streem.ar.sceneform.ux
Class PlaneDiscoveryController
- java.lang.Object
-
- pro.streem.ar.sceneform.ux.PlaneDiscoveryController
-
public class PlaneDiscoveryController extends java.lang.ObjectThis view manages showing the plane discovery instructions view. You can assign into the planeDiscoveryView to override the default visual, or assign null to remove it.
-
-
Constructor Summary
Constructors Constructor Description PlaneDiscoveryController(android.view.View planeDiscoveryView)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidhide()Hide the plane discovery UX instructions.voidsetInstructionView(android.view.View view)Set the instructions view to present over the Sceneform view.voidshow()Show the plane discovery UX instructions for finding a plane.
-
-
-
Method Detail
-
setInstructionView
public void setInstructionView(android.view.View view)
Set the instructions view to present over the Sceneform view.
-
show
public void show()
Show the plane discovery UX instructions for finding a plane.
-
hide
public void hide()
Hide the plane discovery UX instructions.
-
-