Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

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.