Dispose
Disposes this hierarchy node type handler to free up resources in the derived class.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Method
- Namespace: Unity.Hierarchy
- Assembly: UnityEngine.HierarchyCoreModule
Dispose(bool)
Disposes this hierarchy node type handler to free up resources in the derived class.
protected virtual void Dispose(bool disposing)
Parameters
Returns true if called from Dispose, false otherwise.
Dispose()
Disposes this hierarchy node type handler to free up resources.
public void Dispose()