Foundry Virtual Tabletop - API Documentation - Version 14
Preparing search index...
foundry
canvas
placeables
types
RegionAnimationState
Interface RegionAnimationState
interface
RegionAnimationState
{
area
:
number
;
bounds
:
Rectangle
;
clipperPaths
:
ClipperPoint
[]
[]
;
clipperPolyTree
:
PolyTree
;
elevation
:
{
bottom
:
number
;
top
:
elevation
}
;
polygons
:
Polygon
;
polygonTree
:
PolygonTree
;
shapes
:
readonly
BaseShapeData
[]
;
triangulation
:
{
indices
:
Uint16Array
|
Uint32Array
;
vertices
:
Float32Array
;
}
;
}
Index
Properties
area
bounds
clipper
Paths
clipper
Poly
Tree
elevation
polygons
polygon
Tree
shapes
triangulation
Properties
area
area
:
number
bounds
bounds
:
Rectangle
clipper
Paths
clipperPaths
:
ClipperPoint
[]
[]
clipper
Poly
Tree
clipperPolyTree
:
PolyTree
elevation
elevation
:
{
bottom
:
number
;
top
:
elevation
}
polygons
polygons
:
Polygon
polygon
Tree
polygonTree
:
PolygonTree
shapes
shapes
:
readonly
BaseShapeData
[]
triangulation
triangulation
:
{
indices
:
Uint16Array
|
Uint32Array
;
vertices
:
Float32Array
}
Settings
Member Visibility
Protected
Inherited
Private
Internal
Theme
OS
Light
Dark
On This Page
Properties
area
bounds
clipper
Paths
clipper
Poly
Tree
elevation
polygons
polygon
Tree
shapes
triangulation
Foundry Virtual Tabletop - API Documentation - Version 14
Loading...