Método ID3DXKeyframedAnimationSet::SetCallbackKey
Establece información sobre una devolución de llamada específica en el conjunto de animaciones.
Sintaxis
HRESULT SetCallbackKey(
[in] UINT Animation,
[out] LPD3DXKEY_CALLBACK pCallbackKeys
);
Parámetros
-
Animación [in]
-
Tipo: UINT
Índice de animación.
-
pCallbackKeys [out]
-
Tipo: LPD3DXKEY_CALLBACK
Puntero a la función de devolución de llamada.
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 |
|
Biblioteca |
|
Consulte también