Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


OnDisable()

Called when the node is removed or when the graph is disabled.
Read time 1 minuteLast updated 5 days ago

Definition

public virtual void OnDisable()

Remarks

Use this method to perform any cleanup logic.