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

Node.OnTapListener

Stay organized with collections Save and categorize content based on your preferences.
public static interface Node.OnTapListener
Known Indirect Subclasses

Interface definition for a callback to be invoked when a node is tapped.

Public Methods

abstract void
onTap(HitTestResult hitTestResult, MotionEvent motionEvent)
Handles when a node has been tapped.

Public Methods

public abstract void onTap (HitTestResult hitTestResult, MotionEvent motionEvent)

Handles when a node has been tapped.

getNode() will always be this node or one of its children.

Parameters
hitTestResult represents the node that was tapped and information about where it was touched
motionEvent the ACTION_UP MotionEvent that caused the tap