以下の表には、UnityEngine.UIElements
と UnityEditor.UIElements
名前空間で使用可能な UXML 要素がまとめられています。
Element | 名前空間 | 許可された子要素 | C# class |
---|---|---|---|
BindableElement |
UnityEngine.UIElements |
任意の数の VisualElement
|
UnityEngine.UIElements.BindableElement |
VisualElement |
UnityEngine.UIElements |
任意の数の VisualElement
|
UnityEngine.UIElements.VisualElement |
次の表は、UI Toolkit で使用できるすべてのビルトインコントロールのリファレンスです。
Element | 説明 | 名前空間 | 許可された子要素 | 属性 |
---|---|---|---|---|
テンプレート |
Instance 要素を使ってインスタンス化できる別の UXML テンプレートへの参照 |
UnityEngine.UIElements |
なし |
name : この要素の固有の文字列識別子path : ロードする UXML ファイルパス |
Instance |
Template のインスタンス |
UnityEngine.UIElements |
なし |
template : インスタンス化する Template の name
|
TemplateContainer |
テンプレートコンテナ | UnityEngine.UIElements |
なし |
BindableElement のすべての属性 template : このテンプレートの文字列識別子 |
Element | 説明 | 名前空間 | 許可された子要素 | 属性 |
---|---|---|---|---|
Columns |
Contains descriptions of columns. Must be a child of a parent that supports it, such as MultiColumnListView or MultiColumnTreeView . |
UnityEngine.UIElements |
Column |
なし |
Column |
Describes a column. Must be a child of Columns . |
UnityEngine.UIElements |
なし |
name : The name of this column in codetitle : The name displayed in the header of this columnwidth : The default width of this column in pixels |