Method CreateTrackableFromExisting
CreateTrackableFromExisting(TTrackable, TSessionRelativeData)
Creates the native counterpart for an existing ARTrackable<TSessionRelativeData, TTrackable> added with a call to AddComponent, for example.
Declaration
protected void CreateTrackableFromExisting(TTrackable existingTrackable, TSessionRelativeData sessionRelativeData)
Parameters
Type | Name | Description |
---|---|---|
TTrackable | existingTrackable | The existing trackable component. |
TSessionRelativeData | sessionRelativeData | The AR data associated with the trackable. This usually comes from the trackable's associated subsystem |