AR Design
UBC EML collab with UBC SALA - visualizing IoT data in AR
DefaultTrackableEventHandler Class Reference

A custom handler that implements the ITrackableEventHandler interface. More...

Inheritance diagram for DefaultTrackableEventHandler:

Public Member Functions

void OnTrackableStateChanged (TrackableBehaviour.Status previousStatus, TrackableBehaviour.Status newStatus)
 Implementation of the ITrackableEventHandler function called when the tracking state changes. More...
 

Protected Member Functions

virtual void Start ()
 
virtual void OnDestroy ()
 
virtual void OnTrackingFound ()
 
virtual void OnTrackingLost ()
 

Protected Attributes

TrackableBehaviour mTrackableBehaviour
 

Detailed Description

A custom handler that implements the ITrackableEventHandler interface.

Definition at line 15 of file DefaultTrackableEventHandler.cs.

Member Function Documentation

§ OnDestroy()

virtual void DefaultTrackableEventHandler.OnDestroy ( )
protectedvirtual

Definition at line 32 of file DefaultTrackableEventHandler.cs.

§ OnTrackableStateChanged()

void DefaultTrackableEventHandler.OnTrackableStateChanged ( TrackableBehaviour.Status  previousStatus,
TrackableBehaviour.Status  newStatus 
)

Implementation of the ITrackableEventHandler function called when the tracking state changes.

Definition at line 46 of file DefaultTrackableEventHandler.cs.

§ OnTrackingFound()

virtual void DefaultTrackableEventHandler.OnTrackingFound ( )
protectedvirtual

Definition at line 76 of file DefaultTrackableEventHandler.cs.

§ OnTrackingLost()

virtual void DefaultTrackableEventHandler.OnTrackingLost ( )
protectedvirtual

Definition at line 96 of file DefaultTrackableEventHandler.cs.

§ Start()

virtual void DefaultTrackableEventHandler.Start ( )
protectedvirtual

Definition at line 25 of file DefaultTrackableEventHandler.cs.

Member Data Documentation

§ mTrackableBehaviour

TrackableBehaviour DefaultTrackableEventHandler.mTrackableBehaviour
protected

Definition at line 19 of file DefaultTrackableEventHandler.cs.


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