Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


OnInspectorUpdate()

OnInspectorUpdate is called at 10 frames per second to give the inspector a chance to update.
Read time 1 minuteLast updated 5 days ago

Definition

public void OnInspectorUpdate()

Examples

{code Modules/UIElements/Tests/UIElementsExamples/Assets/EditorWindowCodeExamples/OnInspectorUpdateExample.cs}