Foundry Virtual Tabletop - API Documentation - Version 14
Preparing search index...
foundry
canvas
geometry
types
ClockwiseSweepEdgeConfig
Type Alias ClockwiseSweepEdgeConfig
ClockwiseSweepEdgeConfig
:
{
mode
:
0
|
1
|
2
;
priority
:
number
}
Modes:
Never (
0
): The edges of this type are never included.
Maybe (
1
): The edges of this type are tested for inclusion.
Always (
2
): The edges of this type are always included.
Type Declaration
mode
:
0
|
1
|
2
priority
:
number
Settings
Member Visibility
Protected
Inherited
Private
Internal
Theme
OS
Light
Dark
Foundry Virtual Tabletop - API Documentation - Version 14
Loading...
Modes:
0): The edges of this type are never included.1): The edges of this type are tested for inclusion.2): The edges of this type are always included.