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