Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


OnDisable()

Called when the tool is destroyed.
Read time 1 minuteLast updated 12 days ago

Definition

public virtual void OnDisable()

Remarks

Unity calls this method when the tool is destroyed. Additional Resources: ScriptableObject.OnDisable().