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