Foundry Virtual Tabletop - API Documentation - Version 14
Preparing search index...
foundry
canvas
animation
types
ParticleGeneratorArea
Type Alias ParticleGeneratorArea
ParticleGeneratorArea
:
|
PIXI.Rectangle
|
PolygonTree
|
BaseShapeData
|
ParticleGeneratorShapeDataSource
|
ParticleGeneratorPoint
|
{
height
:
number
;
width
:
number
;
x
:
number
;
y
:
number
}
|
{
radius
:
number
|
number
[]
;
x
:
number
;
y
:
number
}
|
{
innerRadius
:
number
;
outerRadius
:
number
;
x
:
number
;
y
:
number
}
|
{
from
:
ParticleGeneratorPoint
;
to
:
ParticleGeneratorPoint
}
|
{
points
:
ParticleGeneratorPointList
;
shape
?:
"points"
}
|
{
path
:
ParticleGeneratorPolylineDefinition
;
shape
?:
"path"
|
"polyline"
;
}
|
{
points
:
ParticleGeneratorPolylineDefinition
;
shape
:
"polyline"
}
|
{
affectRotation
?:
boolean
;
holeScale
?:
number
;
maxAngle
?:
number
;
minAngle
?:
number
;
radiusX
:
number
;
radiusY
:
number
;
rotation
?:
number
;
shape
?:
"ellipse"
;
shapeRotation
?:
number
;
x
:
number
;
y
:
number
;
}
Settings
Member Visibility
Protected
Inherited
Private
Internal
Theme
OS
Light
Dark
Foundry Virtual Tabletop - API Documentation - Version 14
Loading...