OnDisable()
Called when the tool is destroyed.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Method
- Namespace: UnityEditor.TerrainTools
- Assembly: UnityEditor
public virtual void OnDisable()
Remarks
Unity calls this method when the tool is destroyed. Additional Resources: ScriptableObject.OnDisable().