Home > @esengine/ecs-framework-monorepo > RpcMetadataManager > getMethodClass
RpcMetadataManager.getMethodClass() method
根据方法名获取所属类
Signature:
typescript
getMethodClass(methodName: string): string | undefined;
1
Parameters
Parameter | Type | Description |
---|---|---|
methodName | string |
Returns:
string | undefined