Overloaded methods for OverrideHandTracking.
Note
If you call the override with formerly invalid parameters, the call will no longer fail or throw exceptions at the WinRT layer.
Previously, calling the override with 0 or an unknown tracking ID, or specifying an unknown tracking ID as the replace parameter, would return an error. These calls will now succeed. Setting 0 or an unknown tracking ID will always remove the oldest override, and performing a set/replace sequence with an invalid replace will replace the oldest override.
If your title relies on calling these APIs with invalid arguments being a no-op, you must change its code.
| Name | Description |
|---|---|
| BodyFrameSource.OverrideHandTracking (UInt64) | Override hand tracking using the tracking id. |
| BodyFrameSource.OverrideHandTracking (UInt64, UInt64) | Override hand tracking using the old and new tracking ids. |