EnvironmentVolume constructor
EnvironmentVolume({
- required EnvironmentSettings settings,
- EnvironmentVolumeBounds? bounds,
- double priority = 0.0,
- double weight = 1.0,
- double blendDistance = 0.0,
Implementation
EnvironmentVolume({
required this.settings,
this.bounds,
this.priority = 0.0,
this.weight = 1.0,
this.blendDistance = 0.0,
});