attenuationColor property
Vector4
get
attenuationColor
Linear volume attenuation color.
Implementation
Vector4 get attenuationColor => _attenuationColor;
set
attenuationColor
(Vector4 value)
Implementation
set attenuationColor(Vector4 value) {
_attenuationColor = value;
_markMaterialDataDirty();
}