Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


BindView

Raised when a HierarchyView is bound to the Hierarchy window. Typically used to load additional stylesheets and add styles to HierarchyView.StyleContainer.
Read time 1 minuteLast updated 10 days ago

Definition

public static event HierarchyWindow.BindViewEventHandler BindView

Remarks

This event provides the same functionality as HierarchyNodeTypeHandler.OnBindView but at the window level for global customization. Use HierarchyWindow.UnbindView for symmetric cleanup.