首页 > 其他 > 详细

MecAnim

时间:2014-02-06 16:44:28      阅读:610      评论:0      收藏:0      [点我收藏+]

Animator Component

  Any GameObject that has an avatar will also have an Animator component, which is the link between the character and its behavior.

  只要有avatar就会有Animator Component,Animator Component连接了character & its behavior.

  bubuko.com,布布扣

  上图看到Animator组件有 Controller & Avatar 2个reference,显然起到连接avatar和controller的作用。

Apply Root Motion Should we control the character‘s position from the animation itself or from script.
Animate Physics Should the animation interact with physics?

Animator Controller

  By Animator Controller animation behaviour is added to an object. You can drop the controller onto the Animator component of any character with an Avatar in the Hierarchy View.

Animation Layers

  Unity uses Animation Layers for managing complex state machines for different body parts. An example of this is if you have a lower-body layer for walking-jumping, and an upper-body layer for throwing objects / shooting.

  bubuko.com,布布扣

  Blending type Override means information from other layers will be ignored, while Additive means that the animation will be added on top of previous layers.

MecAnim

原文:http://www.cnblogs.com/tekkaman/p/3538758.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!