This version of Unity is unsupported.

Editor.Repaint

Declaration

public void Repaint();

Description

Redraw any inspectors that shows this editor.

Use this method when you want to ensure that the inspector updates to show changes made in OnSceneGUI.