企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
这段时间空调吹感冒了,休息了好久 本篇介绍 QSingleton 最重要的功能,是它让 QSingleton 称得上优雅。相关内容之前介绍过。 代码如下: MonoSingletonPath.cs: ```cs namespace QFramework.Example { using UnityEngine; [QMonoSingletonPath("[Example]/QMonoSingeltonPath")] class ClassUseMonoSingletonPath : QMonoSingleton<ClassUseMonoSingletonPath> { } public class MonoSingletonPath : MonoBehaviour { private void Start() { var intance = ClassUseMonoSingletonPath.Instance; } } } ``` ## 结果: ![DraggedImage.png](http://file.liangxiegame.com/4308e148-ae12-438d-9f58-eeb8757db1d4.png) 转载请注明地址:凉鞋的笔记:[liangxiegame.com](http://liangxiegame.com) ## 更多内容 * QFramework 地址:[https://github.com/liangxiegame/QFramework](https://github.com/liangxiegame/QFramework) * QQ 交流群:[623597263](http://shang.qq.com/wpa/qunwpa?idkey=706b8eef0fff3fe4be9ce27c8702ad7d8cc1bceabe3b7c0430ec9559b3a9ce66) * **Unity 进阶小班**: * 主要训练内容: * 框架搭建训练(第一年) * 跟着案例学 Shader(第一年) * 副业的孵化(第二年、第三年) * 权益、授课形式等具体详情请查看[《小班产品手册》](https://liangxiegame.com/master/intro):https://liangxiegame.com/master/intro * 关注公众号:liangxiegame 获取第一时间更新通知及更多的免费内容。 ![](http://file.liangxiegame.com/38eccb55-40b2-4845-93d6-f5fb50ff9492.png)