예제 #1
0
        protected override void duplicateTo(ref Object3D ret)
        {
            base.duplicateTo(ref ret);
            AnimationTrack animationTrack = (AnimationTrack)ret;

            animationTrack.setProperty(this.getTargetProperty());
            animationTrack.setController(this.getController());
            animationTrack.setKeyframeSequence(this.getKeyframeSequence());
        }