Method GetChanges
GetChanges(Allocator)
Query the provider for the trackable changes.
Declaration
public override TrackableChanges<XRHumanBody> GetChanges(Allocator allocator)
Parameters
Type | Name | Description |
---|---|---|
Allocator | allocator | The memory allocator to use for allocating the arrays. |
Returns
Type | Description |
---|---|
TrackableChanges<XRHumanBody> | The trackable human body changes. |