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