Search
Preparing search index...
The search index is not available
@mtgoo/ctool
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
IState
Interface IState
Hierarchy
IState
IStateMachine
Implemented by
AnyState
EnterState
ExitState
HFSMState
TinyHFsm
Index
Properties
[PARENT]
[TRANSLATION_
DIC]
id
machine
name
Methods
[UPDATE]
add
Translation
on
Enter
on
Exit
on
Update
remove
Translation
Properties
[PARENT]
[PARENT]
:
IStateMachine
[TRANSLATION_
DIC]
[TRANSLATION_
DIC]
:
Map
<
IState
,
Omit
<
ITransition
,
"from"
>
>
Readonly
id
id
:
string
Readonly
machine
machine
:
IStateMachine
name
name
:
string
Methods
[UPDATE]
[UPDATE]
(
deltaTime
:
number
)
:
void
Parameters
deltaTime:
number
Returns
void
add
Translation
add
Translation
(
translation
:
Omit
<
ITransition
,
"from"
>
)
:
void
Parameters
translation:
Omit
<
ITransition
,
"from"
>
Returns
void
on
Enter
on
Enter
(
prev
:
IState
)
:
void
Parameters
prev:
IState
Returns
void
on
Exit
on
Exit
(
next
:
IState
)
:
void
Parameters
next:
IState
Returns
void
on
Update
on
Update
(
deltaTime
:
number
)
:
void
Parameters
deltaTime:
number
Returns
void
remove
Translation
remove
Translation
(
to
:
IState
)
:
void
Parameters
to:
IState
Returns
void
Globals
IState
[PARENT]
[TRANSLATION_
DIC]
id
machine
name
[UPDATE]
add
Translation
on
Enter
on
Exit
on
Update
remove
Translation
Generated using
TypeDoc