We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Welcome to the HiFramework_unity wiki!
框架启动:
void Start() { Framework.Init(); Read(); } void Update() { Framework.Tick(); } void Read() { IIO io = Center.Get<IOComponent>(); io.ReadFile("path"); }
整个框架分为:
Components:组件系统
Extensions:扩展逻辑
Core:核心功能