CustomSceneTouchListener

class CustomSceneTouchListener(view: SceneView) : DefaultSceneViewOnTouchListener

Custom scene touch listener that extends DefaultSceneViewOnTouchListener to handle tap events on a SceneView.

Parameters

view

The SceneView associated with the listener.

Constructors

Link copied to clipboard
constructor(view: SceneView)

Functions

Link copied to clipboard
open override fun onSingleTapConfirmed(motionEvent: MotionEvent): Boolean

Handles the single tap confirmed event.

Properties

Link copied to clipboard

The listener for tap events.