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