Home > @esengine/ecs-framework-monorepo > ISyncBatchMessage
ISyncBatchMessage interface
批量同步消息
Signature:
typescript
export interface ISyncBatchMessage extends INetworkMessage
1
Extends: INetworkMessage
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
{ syncData: Array<{ networkId: number; componentType: string; changes: Record<string, any>; syncMode: SyncMode; }>; batchTimestamp: number; } | |||