PlaneDiscoveryController
Stay organized with collections
Save and categorize content based on your preferences.
Page Summary
PlaneDiscoveryController manages the display of instructions for plane discovery in AR experiences.
It allows customization of the instruction view or removal if desired.
Developers can use show() and hide() methods to control the visibility of plane discovery instructions.
setInstructionView() enables setting a custom view for guiding users.
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-06-26 UTC."],[],["The `PlaneDiscoveryController` manages plane discovery instructions. It can be initialized with a custom `planeDiscoveryView` to override the default visuals. Key actions include `show()` to display instructions for plane detection and `hide()` to remove them. The `setInstructionView()` method allows for changing the instructional view. This class also inherits standard object methods such as `toString()`, `equals()`, `hashcode()` and more.\n"]]