HandMeshObserver.GetVertexStateForPose(HandPose) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient la mémoire tampon de vertex et tout autre état nécessaire pour restituer le maillage de la main pour la pose de la main d’un cadre donné ou pour la pose neutre du maillage manuel.
public:
virtual HandMeshVertexState ^ GetVertexStateForPose(HandPose ^ handPose) = GetVertexStateForPose;
HandMeshVertexState GetVertexStateForPose(HandPose const& handPose);
public HandMeshVertexState GetVertexStateForPose(HandPose handPose);
function getVertexStateForPose(handPose)
Public Function GetVertexStateForPose (handPose As HandPose) As HandMeshVertexState
Paramètres
- handPose
- HandPose
Pose de la main pour laquelle obtenir l’état du vertex.
Retours
État du vertex.