An instance of this class holds a tree of `VisualElementAsset`s, created from a UXML file. Each node in the file corresponds to a `VisualElementAsset`. You can clone a `VisualTreeAsset` to yield a tree of `VisualElement`s.
contentHash | A hash value computed from the template content. |
stylesheets | The stylesheets used by this VisualTreeAsset. |
templateDependencies | The UXML templates used by this VisualTreeAsset. |
VisualTreeAsset | Конструктор. |
CloneTree | Build a tree of VisualElements from the asset. |
Instantiate | Build a tree of VisualElements from the asset. |