Class UxmlFilePathAttribute
Attribute to specify the path to the UXML file for a VisualElement
Implements
Inherited Members
Namespace: Unity.AppUI.UI
Assembly: solution.dll
Syntax
[AttributeUsage(AttributeTargets.Class)]
public class UxmlFilePathAttribute : Attribute, _Attribute
Constructors
| Name | Description |
|---|---|
| UxmlFilePathAttribute(string) | Constructor |
Properties
| Name | Description |
|---|---|
| filePath | The path to the UXML file |