Home > @esengine/ecs-framework-monorepo > ClientRpcOptions
ClientRpcOptions interface
客户端RPC装饰器选项
Signature:
typescript
export interface ClientRpcOptions extends RpcOptions
1
Extends: RpcOptions
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
'first' | 'all' | 'majority' | (Optional) 广播到多个客户端时的聚合策略 | ||
'none' | 'memory' | 'persistent' | (Optional) 缓存策略 | ||
number | (Optional) 缓存有效期(毫秒) |