主题
Home > @esengine/ecs-framework-monorepo > Matcher > exclude
排除指定组件(别名方法)
Signature:
exclude(...types: ComponentType[]): Matcher;
Parameter
Type
Description
types
ComponentType[]
组件类型
Returns:
Matcher