Preparing search index...
The search index is not available
oops-framework
oops-framework
ecs
anyOf
Function anyOf
any
Of
(
...
args
:
CompType
<
IComp
>
[]
)
:
ECSMatcher
组件间是或的关系,表示关注拥有任意一个这些组件的实体
Example
ecs
.
anyOf
(
AComponent
,
BComponent
);
Parameters
Rest
...
args:
CompType
<
IComp
>
[]
组件类
Returns
ECSMatcher
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