Interface IUxmlFactory
Assembly: UnityEngine.dll
Syntax
public interface IUxmlFactory
Properties
|
Improve this Doc
View Source
canHaveAnyAttribute
Declaration
bool canHaveAnyAttribute { get; }
Property Value
|
Improve this Doc
View Source
CreatesType
Declaration
[Obsolete("Use uxmlName and uxmlNamespace instead.")]
Type CreatesType { get; }
Property Value
|
Improve this Doc
View Source
substituteForTypeName
Declaration
string substituteForTypeName { get; }
Property Value
|
Improve this Doc
View Source
substituteForTypeNamespace
Declaration
string substituteForTypeNamespace { get; }
Property Value
|
Improve this Doc
View Source
substituteForTypeQualifiedName
Declaration
string substituteForTypeQualifiedName { get; }
Property Value
|
Improve this Doc
View Source
uxmlAttributesDescription
Declaration
IEnumerable<UxmlAttributeDescription> uxmlAttributesDescription { get; }
Property Value
|
Improve this Doc
View Source
uxmlChildElementsDescription
Declaration
IEnumerable<UxmlChildElementDescription> uxmlChildElementsDescription { get; }
Property Value
|
Improve this Doc
View Source
uxmlName
Declaration
Property Value
|
Improve this Doc
View Source
uxmlNamespace
Declaration
string uxmlNamespace { get; }
Property Value
|
Improve this Doc
View Source
uxmlQualifiedName
Declaration
string uxmlQualifiedName { get; }
Property Value
Methods
|
Improve this Doc
View Source
AcceptsAttributeBag(IUxmlAttributes, CreationContext)
Declaration
bool AcceptsAttributeBag(IUxmlAttributes bag, CreationContext cc)
Parameters
Returns
|
Improve this Doc
View Source
Create(IUxmlAttributes, CreationContext)
Declaration
VisualElement Create(IUxmlAttributes bag, CreationContext cc)
Parameters
Returns
Extension Methods