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