• Sceneform SDK for Android was open sourced and archived (github.com/google-ar/sceneform-android-sdk) with version 1.16.0.
  • This site (developers.google.com/sceneform) serves as the documentation archive for the previous version, Sceneform SDK for Android 1.15.0.
  • Do not use version 1.17.0 of the Sceneform Maven artifacts.
  • The 1.17.1 Maven artifacts can be used. Other than the version, however, the 1.17.1 artifacts are identical to the 1.15.0 artifacts.

PlaneDiscoveryController

public class PlaneDiscoveryController

This 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.

Public Constructors

PlaneDiscoveryController(View planeDiscoveryView)

Public Methods

void
hide()
Hide the plane discovery UX instructions.
void
setInstructionView(View view)
Set the instructions view to present over the Sceneform view.
void
show()
Show the plane discovery UX instructions for finding a plane.

Inherited Methods

Public Constructors

public PlaneDiscoveryController (View planeDiscoveryView)

Parameters
planeDiscoveryView

Public Methods

public void hide ()

Hide the plane discovery UX instructions.

public void setInstructionView (View view)

Set the instructions view to present over the Sceneform view.

Parameters
view

public void show ()

Show the plane discovery UX instructions for finding a plane.