Skip to content

Home > @esengine/ecs-framework-monorepo > Matcher > none

Matcher.none() method

创建匹配器,排除指定的组件

Signature:

typescript
static none(...types: ComponentType[]): Matcher;

Parameters

Parameter

Type

Description

types

ComponentType[]

组件类型

Returns:

Matcher

基于 MIT 许可证发布