Loom Engine - v3.1.1
GitHub
TheWorldTable.ai
Preparing search index...
StateConfig
Interface StateConfig
interface
StateConfig
{
onEnter
?:
(
from
:
string
|
null
)
=>
void
;
onExit
?:
(
to
:
string
)
=>
void
;
onUpdate
?:
(
dtMs
:
number
)
=>
void
;
}
Index
Properties
on
Enter?
on
Exit?
on
Update?
Properties
Optional
on
Enter
onEnter
?:
(
from
:
string
|
null
)
=>
void
Optional
on
Exit
onExit
?:
(
to
:
string
)
=>
void
Optional
on
Update
onUpdate
?:
(
dtMs
:
number
)
=>
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
on
Enter
on
Exit
on
Update
GitHub
TheWorldTable.ai
Loom Engine - v3.1.1
Loading...