Skip to content

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

Matcher.exclude() method

排除指定组件(别名方法)

Signature:

typescript
exclude(...types: ComponentType[]): Matcher;

Parameters

Parameter

Type

Description

types

ComponentType[]

组件类型

Returns:

Matcher

基于 MIT 许可证发布