Method GetChanges
GetChanges(Allocator)
Get the changes (added, updated, and removed) environment probes since the last call to GetChanges(Allocator).
Declaration
public override TrackableChanges<XREnvironmentProbe> GetChanges(Allocator allocator)
Parameters
Type | Name | Description |
---|---|---|
Allocator | allocator | The Allocator to use when allocating the returned NativeArrays. |
Returns
Type | Description |
---|---|
TrackableChanges<XREnvironmentProbe> | TrackableChanges<T> describing the planes that have been added, updated, and removed since the last call to GetChanges(Allocator). The caller owns the memory allocated with Allocator and is responsible for disposing it. |