Skip to content

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

SyncMode enum

同步模式

Signature:

typescript
export declare enum SyncMode

Enumeration Members

Member

Value

Description

All

"all"

同步给所有客户端

Custom

"custom"

自定义同步逻辑

Nearby

"nearby"

同步给附近的客户端

Others

"others"

同步给除拥有者外的客户端

Owner

"owner"

只同步给拥有者

基于 MIT 许可证发布