Search
Preparing search index...
The search index is not available
@mtgoo/ctool
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
AnyState
Class AnyState
Hierarchy
HFSMState
AnyState
Implements
IState
Index
Properties
[PARENT]
[TRANSLATION_
DIC]
id
name
Accessors
machine
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"
>
>
= new Map()
Readonly
id
id
:
string
= UUID.create_v4()
name
name
:
string
Accessors
machine
get
machine
(
)
:
IStateMachine
Returns
IStateMachine
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
Any
State
[PARENT]
[TRANSLATION_
DIC]
id
name
machine
[UPDATE]
add
Translation
on
Enter
on
Exit
on
Update
remove
Translation
Generated using
TypeDoc
添加同层级子状态连线