Compartir a través de


Método ID3DXKeyframedAnimationSet::GetRotationKey

Obtiene información de rotación de un fotograma clave específico en el conjunto de animaciones.

Sintaxis

HRESULT GetRotationKey(
  [in] UINT                 Animation,
  [in] UINT                 Key,
  [in] LPD3DXKEY_QUATERNION pRotationKeys
);

Parámetros

Animación [in]

Tipo: UINT

Índice de animación.

Clave [in]

Tipo: UINT

Fotograma clave.

pRotationKeys [in]

Tipo: LPD3DXKEY_QUATERNION

Puntero a los datos de rotación. Consulte D3DXKEY_QUATERNION.

Valor devuelto

Tipo: HRESULT

Si el método se realiza correctamente, el valor devuelto es S_OK. Si se produce un error en el método, se devolverá el siguiente valor: D3DERR_INVALIDCALL.

Requisitos

Requisito Value
Encabezado
D3dx9anim.h
Biblioteca
D3dx9.lib

Consulte también

ID3DXKeyframedAnimationSet