Class UxmlFilePathAttribute
Attribute to specify the path to the UXML file for a VisualElement
Inherited Members
Namespace: Unity.AppUI.UI
Assembly: Unity.AppUI.dll
Syntax
[AttributeUsage(AttributeTargets.Class)]
public class UxmlFilePathAttribute : 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 |