Method GetChanges
GetChanges(Allocator)
Get the changes to planes (added, updated, and removed) since the last call to GetChanges(Allocator).
Declaration
public override TrackableChanges<BoundedPlane> GetChanges(Allocator allocator)
Parameters
Type | Name | Description |
---|---|---|
Allocator | allocator | An |
Returns
Type | Description |
---|---|
TrackableChanges<BoundedPlane> | TrackableChanges<T> that describes the planes that have been added, updated, and removed
since the last call to GetChanges(Allocator). The caller owns the memory allocated with |