aoStrength property

double get aoStrength

How strongly screen-space ambient occlusion darkens the surface, 0 to 1. Contributes only while the scene's ambient occlusion is enabled.

Implementation

double get aoStrength => _aoStrength;
set aoStrength (double value)

Implementation

set aoStrength(double value) {
  _aoStrength = value;
  _paramsDirty = true;
}