专门为C#和Unity编写的IoC框架:StrangeIoC

http://www.unitymanual.com/thread-38740-1-1.html





logo.png (39.22 KB, 下载次数: 0)

下载附件  保存到相册

2015-3-17 18:04 上传


本教程目录地址 http://www.cnblogs.com/Keyle/p/4345044.html

推荐你先快速阅读下项目概览Overview 翻译地址 http://www.cnblogs.com/Keyle/p/4289314.html


1. Binding  对应翻译 http://www.cnblogs.com/Keyle/p/4302442.html

The structure of a binding

2. Extensions  对应翻译 http://www.cnblogs.com/Keyle/p/4304580.html

The injection extension

Instantiating injectable instances

Types of injection mapping

Some things you can do with Injectable Classes

Warnings

The reflector extension

The dispatcher extension

The command extension

Mapping commands

The signal extension

Mapping Signals To Commands

Mapping Signals Without Commands

The mediation extension

View

Mediator

The context extension

3. MVCSContext: the big picture  对应翻译 http://www.cnblogs.com/Keyle/p/4340861.html

Concepts

Set up your project

A scene is set...

A ContextView begins...

The Context binds...

A Command fires...

A View is mediated...

Another Command fires...

And we’re served...

Mapping Across Contexts

4. Conclusion  对应翻译 http://www.cnblogs.com/Keyle/p/4345035.html



你可能感兴趣的:(Unity3D)