Method GetChanges
GetChanges(Allocator)
Get the changes to the tracked raycasts (arrays of added, updated and removed) since the last call to this method.
Declaration
public override TrackableChanges<XRRaycast> GetChanges(Allocator allocator)
Parameters
| Type | Name | Description |
|---|---|---|
| Allocator | allocator | An allocator to use for the returned container. |
Returns
| Type | Description |
|---|---|
| TrackableChanges<XRRaycast> | The set of changes since the last call to this method. The caller owns the data and is responsible for calling Dispose() on it. |