Preparing search index...
The search index is not available
oops-framework
oops-framework
ecs
excludeOf
Function excludeOf
exclude
Of
(
...
args
:
CompType
<
IComp
>
[]
)
:
ECSMatcher
不包含指定的任意一个组件
Example
// 表示不包含组件A或者组件B
ecs
.
excludeOf
(
A
,
B
);
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