Partager via


CKeyFrame::GetTransition

Returns a pointer to a transition this keyframe depends on.

CBaseTransition* GetTransition();

Return Value

A valid pointer to transition, or NULL if this keyframe does not depend on transition.

Remarks

This is an accessor to a transition this keyframe depends on.

Requirements

Header: afxanimationcontroller.h

See Also

Reference

CKeyFrame Class