Method GetChanges
GetChanges(Allocator)
Get the changes to anchors (added, updated, and removed) since the last call to this method.
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 this method. |