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