How can i change the lod settings run time?

How can i change the lod settings run time?

Use the QualitySettings class: Unity - Scripting API: QualitySettings
So for example: QualitySettings.IncreaseLevel(), which increases the quality level.

Thx a lot.