zoukankan      html  css  js  c++  java
  • unity, 查看.anim中的动画曲线(和帧)

    在场景里建一个gameObject,添加一个Animation组件,将.anim文件添加到Animation组件的Animations中,然后在Animation组件面板中选中.anim,然后 菜单->Window->Animation,打开动画窗口,即可看到所有K帧和动画曲线。

    特别注意:一定要确保gameObject上没有Animator组件!!!否则即使按上面方法打开了动画窗口,也看不到动画曲线。

  • 相关阅读:
    多行文字垂直居中效果(利用flex)
    Switch
    Scanner
    Method
    Recursion递归
    for
    if
    dowhile
    while
    DataType 数据类型
  • 原文地址:https://www.cnblogs.com/wantnon/p/5447349.html
Copyright © 2011-2022 走看看