sim-ecs - v0.6.5
Preparing search index...
IStage
Interface IStage
interface
IStage
{
schedulingAlgorithm
:
TStageSchedulingAlgorithm
;
systems
:
ISystem
<
TSystemParameterDesc
>
[]
;
addSystem
(
system
:
Readonly
<
ISystem
<
any
>
>
)
:
IStage
;
getExecutor
(
eventBus
:
Readonly
<
IEventBus
>
)
:
TExecutor
;
}
Implemented by
Stage
Index
Properties
scheduling
Algorithm
systems
Methods
add
System
get
Executor
Properties
scheduling
Algorithm
schedulingAlgorithm
:
TStageSchedulingAlgorithm
systems
systems
:
ISystem
<
TSystemParameterDesc
>
[]
Methods
add
System
addSystem
(
system
:
Readonly
<
ISystem
<
any
>
>
)
:
IStage
Append a system to this stage
Parameters
system
:
Readonly
<
ISystem
<
any
>
>
Returns
IStage
get
Executor
getExecutor
(
eventBus
:
Readonly
<
IEventBus
>
)
:
TExecutor
Get executor to run this stage once
Parameters
eventBus
:
Readonly
<
IEventBus
>
Returns
TExecutor
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
scheduling
Algorithm
systems
Methods
add
System
get
Executor
sim-ecs - v0.6.5
Loading...
Append a system to this stage