摘要: 一、EventFunction using System; namespace EventCore { public struct EventFunction { public object _caller; public Action _action; } public struct EventF 阅读全文
posted @ 2025-10-03 17:33 apssic 阅读(13) 评论(0) 推荐(0)
摘要: 一、ECCore 需要在Unity项目中使用插件:UniRx,通过UniRx代替Mono的Update,Mono下做轮询性能消耗会有点大。 EntityMono代码: using System; using System.Collections.Generic; using EC; using Un 阅读全文
posted @ 2025-10-03 17:20 apssic 阅读(10) 评论(0) 推荐(0)