Home > @esengine/ecs-framework-monorepo > RpcCallHandler > updateConfig
RpcCallHandler.updateConfig() method
更新配置
Signature:
typescript
updateConfig(newConfig: Partial<RpcCallHandlerConfig>): void;
Parameters
Parameter | Type | Description |
---|---|---|
newConfig | Partial<RpcCallHandlerConfig> |
Returns:
void