Skip to content

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

ServerRpc() function

服务端RPC装饰器 标记方法可以被客户端调用

Signature:

typescript
export declare function ServerRpc(options?: ServerRpcOptions): MethodDecorator;

Parameters

Parameter

Type

Description

options

ServerRpcOptions

(Optional)

Returns:

MethodDecorator

基于 MIT 许可证发布