Skip to content

ECS Framework API v2.2.13


ECS Framework API / ValidComponent

Type Alias: ValidComponent<T>

ValidComponent<T> = T extends Component ? T : never

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

组件类型约束 确保类型参数是有效的组件

Type Parameters

T

T

Released under the MIT License.