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