Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


InitializingView

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

Definition

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