Fantasy
搜索结果

    显示/隐藏目录

    AddressableRouteComponent 类

    可寻址路由消息组件,挂载了这个组件可以接收和发送 Addressable 消息。

    继承
    object
    Entity
    AddressableRouteComponent
    实现
    IEntity
    IDisposable
    IPool
    继承成员
    Entity.Id
    Entity.RunTimeId
    Entity.IsDisposed
    Entity.Scene
    Entity.Parent
    Entity.Type
    Entity.GetParent<T>()
    Entity.Create<T>(Scene, bool, bool)
    Entity.Create<T>(Scene, long, bool, bool)
    Entity.AddComponent<T>(bool)
    Entity.AddComponent<T>(long, bool)
    Entity.AddComponent(Entity)
    Entity.AddComponent<T>(T)
    Entity.GetComponent<T>()
    Entity.GetComponent(Type)
    Entity.GetComponent<T>(long)
    Entity.GetOrAddComponent<T>(bool)
    Entity.RemoveComponent<T>(bool)
    Entity.RemoveComponent<T>(long, bool)
    Entity.RemoveComponent(Entity, bool)
    Entity.RemoveComponent<T>(T, bool)
    Entity.Deserialize(Scene, bool)
    Entity.ForEachSingleCollection
    Entity.ForEachTransfer
    Entity.ForEachMultiEntity
    Entity.ForEachEntity
    Entity.Dispose()
    Entity.IsPool()
    Entity.SetIsPool(bool)
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    命名空间: Fantasy.Network.Route
    程序集: Fantasy.Net.dll
    语法
    public sealed class AddressableRouteComponent : Entity, IEntity, IDisposable, IPool

    字段

    | 编辑本文 查看源代码

    AddressableId

    声明
    public long AddressableId
    字段值
    类型 描述
    long
    | 编辑本文 查看源代码

    AddressableRouteLock

    声明
    public CoroutineLock AddressableRouteLock
    字段值
    类型 描述
    CoroutineLock
    | 编辑本文 查看源代码

    MessageDispatcherComponent

    声明
    public MessageDispatcherComponent MessageDispatcherComponent
    字段值
    类型 描述
    MessageDispatcherComponent
    | 编辑本文 查看源代码

    NetworkMessagingComponent

    声明
    public NetworkMessagingComponent NetworkMessagingComponent
    字段值
    类型 描述
    NetworkMessagingComponent
    | 编辑本文 查看源代码

    RouteId

    声明
    public long RouteId
    字段值
    类型 描述
    long
    | 编辑本文 查看源代码

    TimerComponent

    声明
    public TimerComponent TimerComponent
    字段值
    类型 描述
    TimerComponent

    实现

    IEntity
    IDisposable
    IPool

    扩展方法

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