Method LoadUXML
LoadUXML(string)
Loads the uxml.
Declaration
public static VisualTreeAsset LoadUXML(string text)
Parameters
Type | Name | Description |
---|---|---|
string | text | File name. |
Returns
Type | Description |
---|---|
VisualTreeAsset | VisualTreeAsset from file name. |