Class EditorRestartMessageNotifier
A class to notify users to restart Unity, if requested
Namespace: Unity.AnimeToolbox.Editor
Syntax
public static class EditorRestartMessageNotifier
Methods
RequestNotificationOnLoad(PackageInfo)
Request to notify users to restart Unity after loading (compiling) scripts.
Declaration
public static void RequestNotificationOnLoad(PackageInfo packageInfo)
Parameters
Type | Name | Description |
---|---|---|
PackageInfo | packageInfo | The package that requests the restart |