Enum UxmlFilePathType
Specifies the type of path used for loading UXML files
Namespace: Unity.AppUI.UI
Assembly: Unity.AppUI.dll
Syntax
public enum UxmlFilePathType
Fields
| Name | Description |
|---|---|
| AssetDatabase | Use AssetDatabase.LoadAssetAtPath for editor and direct asset paths |
| Resources | Use Resources.Load for files in the Resources folder |