Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


InitializingView

Raised when the HierarchyView is initializing, typically allowing to load additional stylesheets and add styles to HierarchyView.StyleContainer.
Read time 1 minuteLast updated 8 days ago

Definition

Warning
Deprecated. InitializingView is deprecated. Use BindView instead, which provides direct access to the HierarchyView and has a symmetric UnbindView event.
public static event Action<VisualElement> InitializingView