Preparing search index...
The search index is not available
javascript-entity-component-system
javascript-entity-component-system
Processor
Type alias Processor
Processor
:
{
name
:
string
;
required
:
string
[]
;
update
(
entity
,
components
,
processor
)
=>
void
;
}
Type declaration
name
:
string
required
:
string
[]
update
:
function
update
(
entity
,
components
,
processor
)
:
void
Parameters
entity
:
Entity
components
:
Component
[]
processor
:
Processor
Returns
void
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
javascript-
entity-
component-
system
Entity
Component
System
Component
Entity
Processor
Generated using
TypeDoc