다음을 통해 공유


CAnimationVariable::EnableIntegerValueChangedEvent

IntegerValueChanged 이벤트를 사용하거나 사용하지 않도록 지정합니다.

void EnableIntegerValueChangedEvent (
   CAnimationController* pController,
   BOOL bEnable
);

매개 변수

  • pController
    부모 컨트롤러에 대한 포인터입니다.

  • bEnable
    TRUE - 이벤트 활성화, FALSE - 이벤트 비활성화.

설명

ValueChanged 이벤트가 활성화되면 프레임워크는 가상 메서드 CAnimationController::OnAnimationIntegerValueChanged를 호출합니다.이 이벤트를 처리하려면 CAnimationController에서 파생된 클래스에서 재정의해야 합니다.이 메서드는 애니메이션 변수의 정수 값이 변경될 때마다 호출됩니다.

요구 사항

헤더: afxanimationcontroller.h

참고 항목

참조

CAnimationVariable 클래스