Foundry Virtual Tabletop - API Documentation - Version 14
Preparing search index...
foundry
VFXSingleAttackStep
Interface VFXSingleAttackStep
interface
VFXSingleAttackStep
{
animations
?:
{
function
:
string
;
params
:
object
}
[]
;
duration
?:
number
;
scale
?:
{
x
:
number
;
y
:
number
}
;
size
?:
number
;
sound
:
VFXPositionalSoundData
|
null
;
texture
:
string
|
null
;
}
Index
Properties
animations?
duration?
scale?
size?
sound
texture
Properties
Optional
animations
animations
?:
{
function
:
string
;
params
:
object
}
[]
Optional
duration
duration
?:
number
Optional
scale
scale
?:
{
x
:
number
;
y
:
number
}
Optional
size
size
?:
number
sound
sound
:
VFXPositionalSoundData
|
null
texture
texture
:
string
|
null
Settings
Member Visibility
Protected
Inherited
Private
Internal
Theme
OS
Light
Dark
On This Page
Properties
animations
duration
scale
size
sound
texture
Foundry Virtual Tabletop - API Documentation - Version 14
Loading...