Unity MVC架构的最好示例,此框架虽能更好的将代码模块化,但是有一个缺点就是你需要首先学习一下标注语法
2022-11-02 09:32:38 3.68MB Unity StrangeIOC
1
StrangeIoc框架是一个Unity3D中用于控制反转的框架,基于MVCS的一种框架,是对MVC思想的扩展,是专门针对unity开发的一款框架,非常好用。
2022-04-20 15:41:17 3.7MB 框架 Unity3D MVC StrangeIoc
1
游戏编程框架+基于StrangeIoc和Unity高清指导视频+源代码工程
2022-01-10 16:10:25 334B 游戏编程框架 StrangeIoc Unity C#
StrangeIoC官网文档翻译,A lightweight, extensible Inversion-of-Control micro-framework, written specifically for C# and Unity。 Key features * Core framework lets you bind anything to anything * Dependency Injection: Map singletons, values, factories and names; Setter/constructor DI; DI MonoBehaviours; Tag preferred constructor; Postconstruct; Polymorphic binding; Performant reflection * Shared event bus: communicate with any point in your app * Map events to Commands/Sequences to separate business logic * View mediation * Optional MVCS * Multiple contexts with cross-context bus * Don't see just what you need? Easy to extend! In addition to organizing your project, Strange offers these benefits: * Designed to play well with Unity; also designed to play well without it * Improves code portability and testability * Information flow easy and decoupled * Multiple contexts allow you to bootstrap subcomponents so they work alone or integrated; speeds development * Includes two example projects
2021-04-11 11:54:21 519KB StrangeIoC U3D 框架
1