Friday, March 23, 2007

Animation Component Library 1.0.1.0 Beta

I exchanged 1.0.5 in my free-time project with 1.0.1.0 Beta. That has many changes. But, all tutorials already have been changed for the latest spec, so it's easy to adjust my code.

At first, an unity class FiniteStateMachine has been removed. This is a very simple abstract class, so I prepared my class instead of it easily.

Next, BonePose.CurrentAnimation member was renamed to CurrentController. Also CurrentBlendAnimation was renamed to CurrentBlendController. It's possible to replace them by replace command of VS.

Lastly, AnimationEventHandler's sigunature has been changed from AnimationEventHandler(AnimationController sender) to AnimationEventHandler(object sender, EventArgs e). See this.

No comments: