骑砍2霸主MOD开发(8)-action_sets.xml骨骼动画

一.查看action_sets.xml

     文件目录:Modules\Native\ModuleData\action_sets.xml

     action_set(骨骼动画animation) = action1 + action2 +action3

     通过在action_set中配置skeleton,人,马匹,牛,羊等骨架

二.使用编辑器修改动作

三.播放骨骼动画

#从xml中获取action索引
ActionIndexCache.Create("act_jump_loop");

#获取agent并播放action
Mission.MainAgent.SetActionChannel(1, 
actionCodeForStandingPoint, false, 0UL, 0f, 1f, 
-0.2f, 0.4f, 0f, false, -0.2f, 0, true);

相关推荐

  1. 2霸主MOD开发(8)-action_sets.xml骨骼动画

    2024-04-25 07:14:04       35 阅读
  2. 2霸主MOD开发(5)-游戏事件

    2024-04-25 07:14:04       36 阅读
  3. 2霸主MOD开发(12)-游戏实例GameEntity

    2024-04-25 07:14:04       34 阅读
  4. 2霸主MOD开发(4)-游戏场景(scene)制作

    2024-04-25 07:14:04       32 阅读
  5. 2霸主MOD开发(11)-瓦兰迪亚火骑兵

    2024-04-25 07:14:04       30 阅读
  6. 2霸主MOD开发(14)-进击的巨人

    2024-04-25 07:14:04       35 阅读
  7. 战团MOD开发(34)-光照系统

    2024-04-25 07:14:04       66 阅读
  8. 战团MOD开发(21)-module_mission_templates预制常量

    2024-04-25 07:14:04       58 阅读

最近更新

  1. docker php8.1+nginx base 镜像 dockerfile 配置

    2024-04-25 07:14:04       94 阅读
  2. Could not load dynamic library ‘cudart64_100.dll‘

    2024-04-25 07:14:04       100 阅读
  3. 在Django里面运行非项目文件

    2024-04-25 07:14:04       82 阅读
  4. Python语言-面向对象

    2024-04-25 07:14:04       91 阅读

热门阅读

  1. elment-table实现行滚动效果

    2024-04-25 07:14:04       35 阅读
  2. 平时学习得到的

    2024-04-25 07:14:04       37 阅读
  3. 开源协议与商业许可:选择与遵循

    2024-04-25 07:14:04       40 阅读
  4. RabbitMQ spring boot TTL延时消费

    2024-04-25 07:14:04       35 阅读
  5. rabbitmq报错

    2024-04-25 07:14:04       38 阅读
  6. 富格林:正确曝光做单欺诈套路

    2024-04-25 07:14:04       34 阅读