Preparing search index...
The search index is not available
Foundry Virtual Tabletop - API Documentation - Version 13
Foundry Virtual Tabletop - API Documentation - Version 13
CONFIG
WeatherEffectConfiguration
Interface WeatherEffectConfiguration
interface
WeatherEffectConfiguration
{
blendMode
?:
BLEND_MODES
;
config
?:
object
;
effectClass
:
typeof
ParticleEffect
|
typeof
WeatherShaderEffect
;
id
:
string
;
performanceLevel
?:
number
;
shaderClass
?:
typeof
AbstractWeatherShader
;
}
Index
Properties
blend
Mode?
config?
effect
Class
id
performance
Level?
shader
Class?
Properties
Optional
blend
Mode
blendMode
?:
BLEND_MODES
Optional
config
config
?:
object
effect
Class
effectClass
:
typeof
ParticleEffect
|
typeof
WeatherShaderEffect
id
id
:
string
Optional
performance
Level
performanceLevel
?:
number
Optional
shader
Class
shaderClass
?:
typeof
AbstractWeatherShader
Settings
Member Visibility
Protected
Inherited
Internal
Theme
OS
Light
Dark
On This Page
Properties
blend
Mode
config
effect
Class
id
performance
Level
shader
Class
Foundry Virtual Tabletop - API Documentation - Version 13
Loading...