Skip to content

ECS Framework API v2.2.13


ECS Framework API / AnyComponentConstructor

Type Alias: AnyComponentConstructor

AnyComponentConstructor = ComponentConstructor<any>

Defined in: packages/core/src/Types/TypeHelpers.ts:28

组件类型的通用约束

用于确保类型参数是有效的组件构造函数

Released under the MIT License.