HandMeshObserver.NeutralPoseVersion Property
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.
Gets the version of the NeutralPose for this hand.
public:
property int NeutralPoseVersion { int get(); };
int NeutralPoseVersion();
public int NeutralPoseVersion { get; }
var int32 = handMeshObserver.neutralPoseVersion;
Public ReadOnly Property NeutralPoseVersion As Integer
Property Value
int
The neutral hand pose version.
Remarks
The hand mesh's NeutralPose is fairly stable, but will evolve over time as the system's estimate of the user's hand shape is updated. You can detect when the neutral pose updates by observing a change in the NeutralPoseVersion. When there is a neutral pose update, you may wish to repeat some or all of the static analysis you performed on the mesh.