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
- Type: Method
- Namespace: UnityEditor
public void OnInspectorUpdate()
Examples
{code Modules/UIElements/Tests/UIElementsExamples/Assets/EditorWindowCodeExamples/OnInspectorUpdateExample.cs}