AnimationController.UnregisterAnimationOutput Method |
Language: |
Removes an animation output from the animation controller.
public void UnregisterAnimationOutput(AnimationOutput); public void UnregisterAnimationOutput(Frame); public void UnregisterAnimationOutput(string);
Exceptions
InvalidCallException The method call is invalid. For example, a method's parameter might contain an invalid value.
Feedback? Please provide us with your comments on this topic.