This website works better with JavaScript
Головна сторінка
Огляд
Довідка
Реєстрація
Увійти
ouj
/
shoe_sdk
Слідкувати
2
Зірка
0
Відгалуження
0
Файли
Проблеми
0
Запити на злиття
0
Wiki
Гілка:
master
Гілки
Теги
1.0.1
20220106_test_run
master
shoe_sdk
/
更新说明.md
更新说明.md
699 B
Постійне посилання
Історія
Запис
20201225 接口变更
public void motion(int id, int code) -> public void motion(int id, int[] code) 原来的动作代码是分开的,现在合并为一组[左鞋,右鞋,跳,蹲], 遍历数组取合适动作代码使用
20200105 unity接口变更
public void motion(int id, int[] code) -> public void motion(int id, int left, int right) *left: 左鞋动作代码 *right: 右鞋动作代码
public void translate(int id, short[] array) -> public void translate(int id, short lx, short ly, short lz, short rx, short ry, short rz)
public void rotate(int id, short[] array) -> public void rotate(int id, short lx, short ly, short lz, short rx, short ry, short rz)