Method OnTrackablesChanged
OnTrackablesChanged(List<ARPlane>, List<ARPlane>, List<ARPlane>)
Invoked when the base class detects trackable changes.
Declaration
protected override void OnTrackablesChanged(List<ARPlane> added, List<ARPlane> updated, List<ARPlane> removed)
Parameters
Type | Name | Description |
---|---|---|
List<ARPlane> | added | The list of added ARPlanes. |
List<ARPlane> | updated | The list of updated ARPlanes. |
List<ARPlane> | removed | The list of removed ARPlanes. |