Skip to content

Home > @esengine/ecs-framework-monorepo > ComponentRegistry > getAllComponentNames

ComponentRegistry.getAllComponentNames() method

获取所有组件名称到类型的映射

Signature:

typescript
static getAllComponentNames(): Map<string, Function>;

Returns:

Map<string, Function>

名称到类型的映射

基于 MIT 许可证发布