AddressableManageComponentDestroySystem 类
继承成员
命名空间: Fantasy.Network.Route
程序集: Fantasy.Net.dll
语法
public class AddressableManageComponentDestroySystem : DestroySystem<AddressableManageComponent>, IEntitiesSystem
方法
| 编辑本文 查看源代码Destroy(AddressableManageComponent)
事件的抽象方法,需要自己实现这个方法
声明
protected override void Destroy(AddressableManageComponent self)
参数
类型 | 名称 | 描述 |
---|---|---|
AddressableManageComponent | self | 触发事件的实体实例 |