UxmlNamespacePrefixAttribute
Attribute that can be used on an assembly to define an XML namespace prefix for a namespace.
Read time 3 minutesLast updated 10 days ago
Definition
- Type: Class
- Namespace: UnityEditor.UIElements
- Assembly: UnityEditor
- Inherits from: Attribute
[AttributeUsage(AttributeTargets.Assembly, AllowMultiple = true)]public sealed class UxmlNamespacePrefixAttribute : Attribute
Constructors
Constructor | Description |
|---|---|
| UxmlNamespacePrefixAttribute(System.String,System.String) | Constructor. |