Skip to content

Latest commit

 

History

History
66 lines (39 loc) · 1.22 KB

id3dxanimationcontroller--unkeyallpriorityblends.md

File metadata and controls

66 lines (39 loc) · 1.22 KB
description ms.assetid title ms.topic ms.date topic_type api_name api_type api_location
Removes all scheduled priority blend events from the animation controller.
4dea1998-4081-4c2c-929e-6fb440806c2a
ID3DXAnimationController::UnkeyAllPriorityBlends method (D3dx9anim.h)
reference
05/31/2018
APIRef
kbSyntax
ID3DXAnimationController.UnkeyAllPriorityBlends
COM
d3dx9.lib
d3dx9.dll

ID3DXAnimationController::UnkeyAllPriorityBlends method

Removes all scheduled priority blend events from the animation controller.

Syntax

HRESULT UnkeyAllPriorityBlends();

Parameters

This method has no parameters.

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
D3dx9anim.h
Library
D3dx9.lib

See also

ID3DXAnimationController