Skip to content

ECS Framework API v2.2.13


ECS Framework API / ComponentInstance

Type Alias: ComponentInstance<T>

ComponentInstance<T> = T extends (...args) => infer R ? R : never

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

组件类型提取器 从组件构造函数中提取实例类型

Type Parameters

T

T

Released under the MIT License.