会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
XBaiMonkey
博客园
|
首页
|
新随笔
|
新文章
|
联系
|
订阅
|
管理
2019年5月18日
LeapMotion初步学习
摘要: 贴几个直接能在Unity(2017.4.27f1)上测试的代码 1.测试手势的 2.食指点击UI按钮的,需要给按钮加个碰撞(触发) 3.手部运动测试 4.触碰改变颜色 5.拇指和食指捏住改变缩放 using Leap;using System.Collections;using System.Col
阅读全文
posted @ 2019-05-18 09:19 XBaiMonkey
阅读(1327)
评论(0)
推荐(1)
编辑
2019年1月26日
状态机框架1
摘要: 1 using System; 2 using System.Collections; 3 using System.Collections.Generic; 4 using UnityEngine; 5 6 public class FSM : MonoBehaviour 7 { 8 //状态列表 9 private List stateList; 10 ...
阅读全文
posted @ 2019-01-26 10:55 XBaiMonkey
阅读(330)
评论(0)
推荐(0)
编辑
公告