Init(args)
Scripting Reference
Loading...
Searching...
No Matches
Sisus.Init.IOnDisable Interface Reference

Description

Defines a class that wants to receive a callback during the OnDisable event function of the MonoBehaviour that wraps it.

Inheritance diagram for Sisus.Init.IOnDisable:
Sisus.Init.IEnableable

Public Member Functions

void OnDisable ()
 This function is called when the MonoBehaviour becomes disabled.