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