Foundry Virtual Tabletop - API Documentation - Version 14
Preparing search index...
foundry
VFXComponentAnimation
Interface VFXComponentAnimation
interface
VFXComponentAnimation
{
animate
:
(
t
:
number
,
state
:
object
,
params
:
object
)
=>
void
;
setup
?:
(
state
:
object
,
params
:
object
)
=>
void
;
tearDown
?:
(
state
:
object
,
params
:
object
)
=>
void
;
}
Index
Properties
animate
setup?
tear
Down?
Properties
animate
animate
:
(
t
:
number
,
state
:
object
,
params
:
object
)
=>
void
Optional
setup
setup
?:
(
state
:
object
,
params
:
object
)
=>
void
Optional
tear
Down
tearDown
?:
(
state
:
object
,
params
:
object
)
=>
void
Settings
Member Visibility
Protected
Inherited
Private
Internal
Theme
OS
Light
Dark
On This Page
Properties
animate
setup
tear
Down
Foundry Virtual Tabletop - API Documentation - Version 14
Loading...