Get if soft particles are activated in current QualitySetting

Hi,

how do I get a value indicating if soft particles are activated in the current color profile. It is no member of the QualitySettings class but is configurable in the Quality Settings Editor.

Thanks in advance.

Well, you can’t really access it. The QualitySettings class is both, asset and “static” class. All the magic happens in the serialized asset which is directly used by the engine. The static properties, which you can use to access certain settings, are implemented in native code. The inspector get / set all those settings directly on the asset via SerializedObject. However you don’t have direct access to this asset.