ID3DXKeyframedAnimationSet::GetScaleKey method
Get scale information for a specific key frame in the animation set.
Syntax
HRESULT GetScaleKey(
[in] UINT Animation,
[in] UINT Key,
[in] LPD3DXKEY_VECTOR3 pScaleKeys
);
Parameters
-
Animation [in]
-
Type: UINT
Animation index.
-
Key [in]
-
Type: UINT
Key frame.
-
pScaleKeys [in]
-
Type: LPD3DXKEY_VECTOR3
Pointer to the scale data. See D3DXKEY_VECTOR3.
Return value
Type: HRESULT
If the method succeeds, the return value is S_OK. If the method fails, the following value will be returned: D3DERR_INVALIDCALL.
Requirements
Requirement | Value |
---|---|
Header |
|
Library |
|
See also