다음을 통해 공유


NaturalMotionAnimation.StopBehavior 속성

정의

StopAnimation이 호출되면 속성 값을 설정하는 방법을 지정합니다.

public:
 property AnimationStopBehavior StopBehavior { AnimationStopBehavior get(); void set(AnimationStopBehavior value); };
AnimationStopBehavior StopBehavior();

void StopBehavior(AnimationStopBehavior value);
public AnimationStopBehavior StopBehavior { get; set; }
var animationStopBehavior = naturalMotionAnimation.stopBehavior;
naturalMotionAnimation.stopBehavior = animationStopBehavior;
Public Property StopBehavior As AnimationStopBehavior

속성 값

StopAnimation이 호출되면 속성 값을 설정하는 방법을 지정합니다.

적용 대상