Preparing search index...
The search index is not available
oops-framework
oops-framework
ecs
query
Function query
query
<
E
>
(
matcher
:
IMatcher
)
:
E
[]
动态查询实体
Example
ecs
.
query
(
ecs
.
allOf
(
Comp1
,
Comp2
));
Type Parameters
E
extends
ECSEntity
<
E
>
=
ECSEntity
Parameters
matcher:
IMatcher
匹配器
Returns
E
[]
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
Modules
oops-
framework
ecs
IComp
IEntity
Enter
System
IEntity
Remove
System
IMatcher
ISystem
First
Update
ISystem
Update
Comblock
System
Comp
Entity
Root
System
System
Comblock
System
Comp
Entity
Root
System
System
active
Entity
Count
add
Singleton
all
Of
any
Of
clear
exclude
Of
get
Entity
get
Entity
By
Eid
get
Singleton
only
Of
query
register
Generated using
TypeDoc
动态查询实体
Example