public UIElements.TemplateContainer CloneTree ();
public UIElements.TemplateContainer CloneTree (string bindingPath);

参数

bindingPath要绑定到树根克隆体的目标属性的路径。

返回

TemplateContainer 刚克隆的 VisualElements 树的根。

描述

从资源构建 VisualElements 树。


public void CloneTree (UIElements.VisualElement target);

参数

target将充当树克隆体的根的 VisualElement。

描述

从资源构建 VisualElements 树。