SimulatedArticulatedHandPoses Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This stores the joint pose JSON data that defines various articulated hand gestures for input simulation. The JSON data that defines each joint position and orientation is stored in strings to avoid file loading/targeting during runtime
public ref class SimulatedArticulatedHandPoses abstract sealed
public static class SimulatedArticulatedHandPoses
type SimulatedArticulatedHandPoses = class
Public Class SimulatedArticulatedHandPoses
- Inheritance
-
SimulatedArticulatedHandPoses
Methods
GetGesturePose(ArticulatedHandPose+GestureId) |
Get pose data for a supported gesture. |
LoadDefaultGesturePoses() |
Load default hand poses for supported gestures. Clears and overwrites original gesture poses |
SetGesturePose(ArticulatedHandPose+GestureId, ArticulatedHandPose) |
Set hand pose data for supported gesture. Useful to overwrite loaded defaults |