CAnimationController::FindAnimationGroup
Recherche un groupe d'animation en fonction de son ID de groupe.
CAnimationGroup* FindAnimationGroup(
UINT32 nGroupID
);
CAnimationGroup* FindAnimationGroup(
IUIAnimationStoryboard* pStoryboard
);
Paramètres
nGroupID
Spécifie un GroupID.pStoryboard
Pointeur vers un storyboard.
Valeur de retour
Pointeur vers le groupe d'animation ou NULL si le groupe avec l'ID spécifié est introuvable.
Notes
Utilisez cette méthode pour rechercher un groupe d'animation au moment de l'exécution. Un groupe est créé et ajouté à la liste interne des groupes d'animation lorsqu'un premier objet d'animation avec un GroupID particulier est ajouté au contrôleur de l'animation.
Configuration requise
En-tête : afxanimationcontroller.h