Class XRReferencePointSubsystem.Provider
An interface to be implemented by providers of this subsystem.
Inherited Members
Namespace: UnityEngine.XR.ARSubsystems
Assembly: solution.dll
Syntax
public abstract class XRReferencePointSubsystem.Provider : SubsystemProvider<XRReferencePointSubsystem>
Methods
Name | Description |
---|---|
Destroy() | Called when |
GetChanges(XRReferencePoint, Allocator) | Invoked to get the changes to reference points (added, updated, and removed) since the last call to GetChanges(XRReferencePoint, Allocator). |
Start() | Invoked when |
Stop() | Invoked when |
TryAddReferencePoint(Pose, out XRReferencePoint) | Should create a new reference point with the provide |
TryAttachReferencePoint(TrackableId, Pose, out XRReferencePoint) | Should create a new reference attached to the trackable with id |
TryRemoveReferencePoint(TrackableId) | Should remove an existing reference point with TrackableId |