Note: This documentation is preliminary and is subject to change.
Clones, or copies, an animation controller.
Definition
Visual Basic .NET
Public Function Clone( _ ByVal maxNumberAnimationOutputs As Integer, _ ByVal maxNumberAnimationSets As Integer, _ ByVal maxNumberTracks As Integer, _ ByVal maxNumberEvents As Integer _ ) As AnimationController
C#
public AnimationControllerClone( intmaxNumberAnimationOutputs, intmaxNumberAnimationSets, intmaxNumberTracks, intmaxNumberEvents );