We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1b79e5 commit 18e5106Copy full SHA for 18e5106
Runtime/Interfaces/IService.cs
@@ -17,6 +17,10 @@ public interface IService {
17
// on gui draw call.
18
void OnDrawGui ();
19
20
+ /// Method invoked when the service will be destroyed, this will happen when
21
+ /// the application is closing or the controller is being destroyed.
22
+ void OnWillDestroy ();
23
+
24
/// Internal method to set the instance reference. This method will
25
/// be called after the controller and service initialization.
26
void Internal_OnInitialize ();
0 commit comments