using UnityEngine;
using System.Collections;
using System;
public class eventTest : MonoBehaviour
{
private event Action<uint> onClick;
private uint i = 0;
// Use this for initial……继续阅读 »
sharezer
2年前 (2018-04-04) 959浏览 0评论
0个赞
描述
UI有限状态机,仿照Unity的动画系统做成的。
使用时只需要配置状态间和跳转条件、触发条件,每个状态的显示预置体、名称即可。
效果图
改天上教程
……继续阅读 »
sharezer
2年前 (2018-04-04) 1309浏览 1评论
0个赞