Class UxmlNamespacePrefixAttribute
Inheritance
UxmlNamespacePrefixAttribute
Assembly: UnityEditor.dll
Syntax
[AttributeUsage(AttributeTargets.Assembly, AllowMultiple = true)]
public class UxmlNamespacePrefixAttribute : Attribute, _Attribute
Constructors
|
Improve this Doc
View Source
UxmlNamespacePrefixAttribute(String, String)
Declaration
public UxmlNamespacePrefixAttribute(string ns, string prefix)
Parameters
Properties
|
Improve this Doc
View Source
ns
Declaration
public string ns { get; }
Property Value
|
Improve this Doc
View Source
prefix
Declaration
public string prefix { get; }
Property Value
Implements
Extension Methods