Skip to content
On this page

猹引擎

装备模型总览

配置位置

txt
plugins/ChaEngine/equip/*.yml

实际字段

  • model
  • animation
  • texture
  • part
  • scale
  • position
  • rotation

样例

yml
测试装备:
  model: "测试装备.geo.json"
  animation: "测试装备.animation.json"
  texture: "测试装备.png"
  part: "body"
  scale: 1.0
  position: [ 0, 0, 0 ]
  rotation: [ 0, 0, 0 ]

常用部位

  • body
  • head
  • left_arm
  • right_arm
  • left_leg
  • right_leg

相关文档