Unity3D
kakahub
好记忆不如烂笔头
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Unity 菜单栏
方便开发有时需要扩展unityPC端编辑器 加个菜单using System; using UnityEditor; using UnityEngine; public class MyEditorScript { [MenuItem("Tools/Current Time")] public static void CurrentTime() { Debug.Log("Current t转载 2017-09-05 18:16:18 · 330 阅读 · 0 评论 -
unity调用系统的webview 显示活动公告 Scroll =“no” 在ios上不生效
event.stoppropagation();用在body的子div上 ,这样就可以禁止活动图的滑动了原创 2017-09-06 11:33:42 · 421 阅读 · 0 评论
分享