Method GetChanges
GetChanges(Allocator)
Get the changes to reference points (added, updated, and removed) since the last call to GetChanges(Allocator).
Declaration
public override TrackableChanges<XRReferencePoint> GetChanges(Allocator allocator)
Parameters
Type | Name | Description |
---|---|---|
Allocator | allocator | An allocator to use for the |
Returns
Type | Description |
---|---|
TrackableChanges<XRReferencePoint> | Changes since the last call to GetChanges(Allocator). |