Fork me
BeyondAR
Augmented Reality Framework for Android
 All Classes Functions Variables
com.beyondar.android.view.OnClickBeyondarObjectListener Interface Reference

On click listener to detect when a BeyondarObject has been clicked on the BeyondarGLSurfaceView. More...

Public Member Functions

void onClickBeyondarObject (ArrayList< BeyondarObject > beyondarObjects)
 This method is called when the user click on a BeyondarObject. More...
 

Detailed Description

On click listener to detect when a BeyondarObject has been clicked on the BeyondarGLSurfaceView.

Member Function Documentation

void com.beyondar.android.view.OnClickBeyondarObjectListener.onClickBeyondarObject ( ArrayList< BeyondarObject beyondarObjects)

This method is called when the user click on a BeyondarObject.

Parameters
beyondarObjectsAll the BeyondarObject that collide with the ray generated by the user click. If no object have been clicked the ArrayList will be empty

The documentation for this interface was generated from the following file: