Partager via


ID3DXKeyframedAnimationSet::GetTranslationKey, méthode

Obtenez des informations de traduction pour une image clé spécifique dans le jeu d’animations.

Syntaxe

HRESULT GetTranslationKey(
  [in]  UINT              Animation,
  [in]  UINT              Key,
  [out] LPD3DXKEY_VECTOR3 pTranslationKey
);

Paramètres

Animation [in]

Type : UINT

Index d’animation.

Clé [in]

Type : UINT

Image clé.

pTranslationKey [out]

Type : LPD3DXKEY_VECTOR3

Pointeur vers les informations de rotation. Voir D3DXKEY_VECTOR3.

Valeur retournée

Type : HRESULT

Si la méthode réussit, la valeur de retour est S_OK. Si la méthode échoue, la valeur suivante est retournée : D3DERR_INVALIDCALL.

Spécifications

Condition requise Valeur
En-tête
D3dx9anim.h
Bibliothèque
D3dx9.lib

Voir aussi

ID3DXKeyframedAnimationSet