Legacy Documentation: Version 5.1
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

EditorApplication.delayCall

Switch to Manual
public static var delayCall: EditorApplication.CallbackFunction;

Description

Delegate which is called once after all inspectors update.

Add functions to this delegate in order to delay their execution until after inspectors have updated. Each function is only executed once after it is added.