Experimental: this API is experimental and might be changed or removed in the future.

VisualTreeAsset.CloneTree

切换到手册
public Experimental.UIElements.VisualElement CloneTree (Dictionary<string,VisualElement> slotInsertionPoints);
public Experimental.UIElements.VisualElement CloneTree (Dictionary<string,VisualElement> slotInsertionPoints, string bindingPath);

参数

slotInsertionPoints字段名称到根节点的 VisualElements 的映射。
bindingPath要绑定到树根克隆体的目标属性的路径。

返回

VisualElement 刚克隆的 VisualElements 树的根。

描述

从资源构建 VisualElements 树。


public void CloneTree (Experimental.UIElements.VisualElement target, Dictionary<string,VisualElement> slotInsertionPoints);

参数

target将充当树克隆体的根的 VisualElement。
slotInsertionPoints字段名称到根节点的 VisualElements 的映射。

描述

从资源构建 VisualElements 树。