Class UxmlFilePathAttribute
Attribute to specify the path to the UXML file for a VisualElement
Inherited Members
Namespace: Unity.AppUI.UI
Syntax
[AttributeUsage(AttributeTargets.Class)]
public class UxmlFilePathAttribute : Attribute, _Attribute
Constructors
UxmlFilePathAttribute(String)
Constructor
Declaration
public UxmlFilePathAttribute(string filePath)
Parameters
| Type | Name | Description |
|---|---|---|
| String | filePath | The path to the UXML file |
Properties
filePath
The path to the UXML file
Declaration
public string filePath { get; }
Property Value
| Type | Description |
|---|---|
| String |