Delegate XRReferencePointExtensions.AttachReferencePointDelegate
A delegate which defines the AttachReferencePoint method which may be implemented by platform-specific packages.
Namespace: UnityEngine.XR.ARExtensions
Syntax
public delegate TrackableId AttachReferencePointDelegate(XRReferencePointSubsystem referencePointSubsystem, TrackableId trackableId, Pose pose);
Parameters
| Type | Name | Description |
|---|---|---|
| XRReferencePointSubsystem | referencePointSubsystem | The |
| TrackableId | trackableId | The |
| Pose | pose | The initial |
Returns
| Type | Description |
|---|---|
| TrackableId |