Fantasy
搜索结果

    显示/隐藏目录

    RuntimeIdFactory 类

    继承
    object
    RuntimeIdFactory
    继承成员
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    命名空间: Fantasy.IdFactory
    程序集: Fantasy.Net.dll
    语法
    public sealed class RuntimeIdFactory

    构造函数

    | 编辑本文 查看源代码

    RuntimeIdFactory(long, uint, byte)

    声明
    public RuntimeIdFactory(long epochNow, uint sceneId, byte worldId)
    参数
    类型 名称 描述
    long epochNow
    uint sceneId
    byte worldId
    | 编辑本文 查看源代码

    RuntimeIdFactory(uint, byte)

    声明
    public RuntimeIdFactory(uint sceneId, byte worldId)
    参数
    类型 名称 描述
    uint sceneId
    byte worldId

    属性

    | 编辑本文 查看源代码

    Create

    声明
    public long Create { get; }
    属性值
    类型 描述
    long

    方法

    | 编辑本文 查看源代码

    GetSceneId(ref long)

    声明
    [MethodImpl(MethodImplOptions.AggressiveInlining)]
    public static uint GetSceneId(ref long runtimeId)
    参数
    类型 名称 描述
    long runtimeId
    返回
    类型 描述
    uint
    | 编辑本文 查看源代码

    GetTime(ref long)

    声明
    [MethodImpl(MethodImplOptions.AggressiveInlining)]
    public static uint GetTime(ref long runtimeId)
    参数
    类型 名称 描述
    long runtimeId
    返回
    类型 描述
    uint
    | 编辑本文 查看源代码

    GetWorldId(ref long)

    声明
    [MethodImpl(MethodImplOptions.AggressiveInlining)]
    public static byte GetWorldId(ref long runtimeId)
    参数
    类型 名称 描述
    long runtimeId
    返回
    类型 描述
    byte

    扩展方法

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