Version: 2023.2
언어: 한국어
public static EditorApplication.CallbackFunction update ;

설명

Delegate for generic updates.

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: CallbackFunction.