RuntimeIdFactory 类
程序集: Fantasy.Net.dll
语法
public sealed class RuntimeIdFactory
构造函数
|
编辑本文
查看源代码
RuntimeIdFactory(long, uint, byte)
声明
public RuntimeIdFactory(long epochNow, uint sceneId, byte worldId)
参数
|
编辑本文
查看源代码
RuntimeIdFactory(uint, byte)
声明
public RuntimeIdFactory(uint sceneId, byte worldId)
参数
属性
|
编辑本文
查看源代码
Create
声明
public long Create { get; }
属性值
方法
|
编辑本文
查看源代码
GetSceneId(ref long)
声明
[MethodImpl(MethodImplOptions.AggressiveInlining)]
public static uint GetSceneId(ref long runtimeId)
参数
返回
|
编辑本文
查看源代码
GetTime(ref long)
声明
[MethodImpl(MethodImplOptions.AggressiveInlining)]
public static uint GetTime(ref long runtimeId)
参数
返回
|
编辑本文
查看源代码
GetWorldId(ref long)
声明
[MethodImpl(MethodImplOptions.AggressiveInlining)]
public static byte GetWorldId(ref long runtimeId)
参数
返回
扩展方法