Init(args)
Scripting Reference
List of all members | Public Member Functions
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.

Public Member Functions

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