rts-sim-module/README.md

12 lines
494 B
Markdown
Raw Normal View History

2023-08-11 16:27:00 +08:00
# 轨道交通仿真模块
基于 ECSEntity-Component-System架构实现的轨道交通仿真系统
# 目录说明
- component - 组件文件夹,包含所有业务使用到的组件
- consts - 常量文件夹
- entity - 实体文件夹,用于实体对象的加载、初始化
- fi - function interface功能接口提供外部与仿真的功能交互接口
- sys - 系统文件夹,所有功能逻辑实现(系统逻辑依赖组件,系统不能有数据)