Method GetChanges
GetChanges(BoundedPlane, Allocator)
Get the changes to planes (added, updated, and removed) since the last call to GetChanges(BoundedPlane, Allocator).
Declaration
public abstract TrackableChanges<BoundedPlane> GetChanges(BoundedPlane defaultPlane, Allocator allocator)
Parameters
Type | Name | Description |
---|---|---|
BoundedPlane | defaultPlane | The default plane. This should be used to initialize the returned |
Allocator | allocator | An |
Returns
Type | Description |
---|---|
TrackableChanges<BoundedPlane> | TrackableChanges<T> describing the planes that have been added, updated, and removed
since the last call to GetChanges(BoundedPlane, Allocator). The changes should be allocated using
|