Version: 2022.1
言語: 日本語
Introduction to visual elements and the visual tree
Draw order

パネル

The panel is the parent object of the visual tree. A visual tree must connect to a panel for the visual elements inside a tree to render. All panels belong to either an Editor Window or a runtime UIDocument. The panel also handles focus control and the event dispatching for the visual tree.

ビジュアルツリー内の全ての要素は、それぞれが、ビジュアルツリーを持つパネルへの直接の参照を持っています。VisualElement のパネルへの接続を確認するには、その要素の panel プロパティをテストしてください。ビジュアル要素が接続されていない場合は、テストで null が返されます。

その他の参考資料

Introduction to visual elements and the visual tree
Draw order