public void ApplyNoiseToMarkedSides() { SaveStateForUndo("Noise to marked sides"); m_level.ApplyNoiseToMarkedSides(0.1f); RefreshGeometry(); }