Skip to content

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

INetworkMessage interface

网络消息基础接口

Signature:

typescript
export interface INetworkMessage

Properties

Property

Modifiers

Type

Description

data

any

消息数据

messageId

string

消息唯一ID

priority?

number

(Optional) 消息优先级

reliable?

boolean

(Optional) 是否可靠传输

senderId

string

发送者ID

timestamp

number

时间戳

type

MessageType

消息类型

基于 MIT 许可证发布