主题
Home > @esengine/ecs-framework-monorepo > Matcher > none
创建匹配器,排除指定的组件
Signature:
static none(...types: ComponentType[]): Matcher;
Parameter
Type
Description
types
ComponentType[]
组件类型
Returns:
Matcher