Skip to content

Home > @esengine/ecs-framework-monorepo > IClientInfo

IClientInfo interface

客户端信息

Signature:

typescript
export interface IClientInfo

Properties

Property

Modifiers

Type

Description

authenticated

boolean

是否已认证

id

string

客户端ID

joinTime

number

加入时间

latency?

number

(Optional) 延迟(毫秒)

name

string

客户端名称

userData?

Record<string, any>

(Optional) 自定义数据

基于 MIT 许可证发布