Loom Engine - v3.1.1
GitHub
TheWorldTable.ai
Preparing search index...
SceneConfig
Interface SceneConfig
interface
SceneConfig
{
onEnter
?:
(
params
?:
unknown
)
=>
void
|
Promise
<
void
>
;
onExit
?:
()
=>
void
|
Promise
<
void
>
;
onUpdate
?:
(
dtMs
:
number
)
=>
void
;
}
Index
Properties
on
Enter?
on
Exit?
on
Update?
Properties
Optional
on
Enter
onEnter
?:
(
params
?:
unknown
)
=>
void
|
Promise
<
void
>
Optional
on
Exit
onExit
?:
()
=>
void
|
Promise
<
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...