Method GetChanges
GetChanges(XRReferencePoint, Allocator)
Invoked to get the changes to reference points (added, updated, and removed) since the last call to GetChanges(XRReferencePoint, Allocator).
Declaration
public abstract TrackableChanges<XRReferencePoint> GetChanges(XRReferencePoint defaultReferencePoint, Allocator allocator)
Parameters
Type | Name | Description |
---|---|---|
XRReferencePoint | defaultReferencePoint | The default reference point. This should be used to initialize the returned
|
Allocator | allocator | An allocator to use for the |
Returns
Type | Description |
---|---|
TrackableChanges<XRReferencePoint> | Changes since the last call to GetChanges(XRReferencePoint, Allocator). |