Udostępnij za pośrednictwem


CAnimationController::AddKeyframeToGroup

Dodaje grupę klatkę kluczową.

BOOL AddKeyframeToGroup(
   UINT32 nGroupID,
   CBaseKeyFrame* pKeyframe
);

Parametry

  • nGroupID
    Określa identyfikator grupy.

  • pKeyframe
    Wskaźnik do klatki kluczowej.

Wartość zwracana

Wartość TRUE, jeśli funkcja skutku; w przeciwnym razie wartość FALSE.

Uwagi

Zazwyczaj nie trzeba wywołać tej metody, należy użyć CAnimationController::CreateKeyframe, która tworzy i automatycznie dodaje utworzoną klatkę kluczową do grupy.

Wymagania

Nagłówek: afxanimationcontroller.h

Zobacz też

Informacje

Klasa CAnimationController