Skip to content

Latest commit

 

History

History
66 lines (41 loc) · 1.11 KB

id3dxanimationcontroller--gettime.md

File metadata and controls

66 lines (41 loc) · 1.11 KB
description ms.assetid title ms.topic ms.date topic_type api_name api_type api_location
Gets the global animation time.
a46e2a57-a76a-4d79-a3b6-30b242321ed2
ID3DXAnimationController::GetTime method (D3dx9anim.h)
reference
05/31/2018
APIRef
kbSyntax
ID3DXAnimationController.GetTime
COM
d3dx9.lib
d3dx9.dll

ID3DXAnimationController::GetTime method

Gets the global animation time.

Syntax

DOUBLE GetTime();

Parameters

This method has no parameters.

Return value

Type: DOUBLE

Returns the global animation time.

Remarks

Animations are designed using a local animation time and mixed into global time with AdvanceTime.

Requirements

Requirement Value
Header
D3dx9anim.h
Library
D3dx9.lib

See also

ID3DXAnimationController