Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


update

Delegate for generic updates.
Read time 1 minuteLast updated 4 days ago

Definition

  • Type: Field
  • Namespace: UnityEditor
  • Assembly: UnityEditor
public static EditorApplication.CallbackFunction update

Remarks

Add your functions to this delegate to get an update.
This delegate is not called at a fixed rate. Rather, it is called at least once, but usually multiple times per seconds.
Additional Resources: EditorApplication.CallbackFunction.