Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


UnbindCell

Callback triggered when the HierarchyViewCell is unbound. The VisualElement content of the cell is automatically cleared. Use this callback to dispose of custom resources or unregister from events.
Read time 1 minuteLast updated 12 days ago

Definition

  • Type: Field
  • Namespace: Unity.Hierarchy
  • Assembly: UnityEngine.HierarchyModule
public Action<HierarchyViewCell> UnbindCell