Method GetChanges
GetChanges(Allocator)
Get changes to XRTrackedObjects (added, updated, and removed) since
the last call to this method. The caller owns the memory allocated with allocator
.
Declaration
public override sealed TrackableChanges<XRTrackedObject> GetChanges(Allocator allocator)
Parameters
Type | Name | Description |
---|---|---|
Allocator | allocator | The allocator to use for the returned arrays of changes. |
Returns
Type | Description |
---|---|
TrackableChanges<XRTrackedObject> | A new TrackableChanges<T> allocated with |