sim-ecs - v0.6.5
Preparing search index...
SimECSPushDownAutomaton
Class SimECSPushDownAutomaton<T>
Type Parameters
T
extends
IState
Index
Constructors
constructor
Accessors
state
Methods
clear
pop
push
Constructors
constructor
new
SimECSPushDownAutomaton
<
T
extends
IState
>
(
world
:
IRuntimeWorld
,
)
:
SimECSPushDownAutomaton
<
T
>
Type Parameters
T
extends
IState
Parameters
world
:
IRuntimeWorld
Returns
SimECSPushDownAutomaton
<
T
>
Accessors
state
get
state
()
:
undefined
|
T
Returns
undefined
|
T
Methods
clear
clear
(
actions
:
Readonly
<
ITransitionActions
>
)
:
void
Parameters
actions
:
Readonly
<
ITransitionActions
>
Returns
void
pop
pop
()
:
Promise
<
undefined
|
T
>
Returns
Promise
<
undefined
|
T
>
push
push
<
P
extends
TTypeProto
<
T
>
>
(
State
:
P
)
:
Promise
<
T
>
Type Parameters
P
extends
TTypeProto
<
T
>
Parameters
State
:
P
Returns
Promise
<
T
>
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Accessors
state
Methods
clear
pop
push
sim-ecs - v0.6.5
Loading...