Class VisualTreeAsset
Inheritance
VisualTreeAsset
Assembly: UnityEngine.dll
Syntax
[Serializable]
public class VisualTreeAsset : ScriptableObject
Methods
|
Improve this Doc
View Source
CloneTree(Dictionary<String, VisualElement>)
Declaration
public VisualElement CloneTree(Dictionary<string, VisualElement> slotInsertionPoints)
Parameters
Returns
|
Improve this Doc
View Source
CloneTree(Dictionary<String, VisualElement>, String)
Declaration
public VisualElement CloneTree(Dictionary<string, VisualElement> slotInsertionPoints, string bindingPath)
Parameters
Returns
|
Improve this Doc
View Source
CloneTree(VisualElement, Dictionary<String, VisualElement>)
Declaration
public void CloneTree(VisualElement target, Dictionary<string, VisualElement> slotInsertionPoints)
Parameters
Extension Methods