摘要: 一、主域 // 微信 排行榜 export class WxRank { public static Instance:WxRank; public static KBEEvent = window["Event"]; constructor() { WxRank.Instance = this; 阅读全文
posted @ 2023-05-20 13:31 柳心碎月 阅读(231) 评论(0) 推荐(0)
摘要: 1、设置TweenRotation组件的动画曲线 public class DiceMa : MonoBehaviour { public TweenRotation rotate; void Start () { rotate.SetOnFinished(RollOnFinish); //设置骰子 阅读全文
posted @ 2023-05-20 13:26 柳心碎月 阅读(62) 评论(0) 推荐(0)
摘要: 1、设置TweenRotation组件的动画曲线 public class TurnMa : MonoBehaviour { public Transform m_pointer; // 指针 public TweenRotation m_tween; // 指针的组件 int m_sectorAn 阅读全文
posted @ 2023-05-20 13:25 柳心碎月 阅读(24) 评论(0) 推荐(0)