unity代码模块
文章平均质量分 92
龙翔部落设计工作室
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
UnityUGUI长按点击事件
针对UnityUGUI无长按检测使用的脚本在这里插入代码片using UnityEngine;using System.Collections;using UnityEngine.EventSystems;using UnityEngine.Events;public class RepeatButton : MonoBehaviour, IPointerDownHandler, I...原创 2020-03-22 19:23:55 · 591 阅读 · 0 评论 -
Unity登录注册之储存本地(PlayerPrefs类的应用)
Unity登录注册之储存本地(PlayerPrefs类的应用)登录界面按钮及代码using System.Collections;using System.Collections.Generic;using UnityEngine;using UnityEngine.UI;using UnityEngine.SceneManagement;public class Login : ...原创 2020-02-17 18:50:13 · 1532 阅读 · 1 评论
分享