EnvironmentVolume constructor

EnvironmentVolume({
  1. required EnvironmentSettings settings,
  2. EnvironmentVolumeBounds? bounds,
  3. double priority = 0.0,
  4. double weight = 1.0,
  5. double blendDistance = 0.0,
})

Implementation

EnvironmentVolume({
  required this.settings,
  this.bounds,
  this.priority = 0.0,
  this.weight = 1.0,
  this.blendDistance = 0.0,
});