Home > @esengine/ecs-framework-monorepo > Matcher > withComponent
Matcher.withComponent() method
单组件查询
Signature:
typescript
withComponent(componentType: ComponentType): Matcher;
Parameters
Parameter | Type | Description |
---|---|---|
componentType | 组件类型 |
Returns: