Fantasy
搜索结果

    显示/隐藏目录

    AddressableRouteComponentDestroySystem 类

    继承
    object
    DestroySystem<AddressableRouteComponent>
    AddressableRouteComponentDestroySystem
    实现
    IEntitiesSystem
    继承成员
    DestroySystem<AddressableRouteComponent>.EntitiesType()
    DestroySystem<AddressableRouteComponent>.Invoke(Entity)
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    命名空间: Fantasy.Network.Route
    程序集: Fantasy.Net.dll
    语法
    public class AddressableRouteComponentDestroySystem : DestroySystem<AddressableRouteComponent>, IEntitiesSystem

    方法

    | 编辑本文 查看源代码

    Destroy(AddressableRouteComponent)

    事件的抽象方法,需要自己实现这个方法

    声明
    protected override void Destroy(AddressableRouteComponent self)
    参数
    类型 名称 描述
    AddressableRouteComponent self

    触发事件的实体实例

    重写
    DestroySystem<AddressableRouteComponent>.Destroy(AddressableRouteComponent)

    实现

    IEntitiesSystem

    扩展方法

    JsonHelper.ToJson<T>(T)
    • 编辑本文
    • 查看源代码
    本文内容
    Back to top Generated by DocFX