unity3d destructor デストラクタ

function OnDisable(){
	Debug.Log('dtor!');
}

OnEnable	 This function is called when the object becomes enabled and active.
OnDisable	 This function is called when the behaviour becomes disabled () or inactive.
http://unity3d.com/support/documentation/ScriptReference/MonoBehaviour.html