Show / Hide Table of Contents

Interface IUxmlFactory

Namespace: UnityEngine.Experimental.UIElements
Assembly: UnityEngine.dll
Syntax
public interface IUxmlFactory

Properties

| Improve this Doc View Source

canHaveAnyAttribute

Declaration
bool canHaveAnyAttribute { get; }
Property Value
Type Description
Boolean
| Improve this Doc View Source

CreatesType

Declaration
[Obsolete("Use uxmlName and uxmlNamespace instead.")]
Type CreatesType { get; }
Property Value
Type Description
Type
| Improve this Doc View Source

substituteForTypeName

Declaration
string substituteForTypeName { get; }
Property Value
Type Description
String
| Improve this Doc View Source

substituteForTypeNamespace

Declaration
string substituteForTypeNamespace { get; }
Property Value
Type Description
String
| Improve this Doc View Source

substituteForTypeQualifiedName

Declaration
string substituteForTypeQualifiedName { get; }
Property Value
Type Description
String
| Improve this Doc View Source

uxmlAttributesDescription

Declaration
IEnumerable<UxmlAttributeDescription> uxmlAttributesDescription { get; }
Property Value
Type Description
IEnumerable<UxmlAttributeDescription>
| Improve this Doc View Source

uxmlChildElementsDescription

Declaration
IEnumerable<UxmlChildElementDescription> uxmlChildElementsDescription { get; }
Property Value
Type Description
IEnumerable<UxmlChildElementDescription>
| Improve this Doc View Source

uxmlName

Declaration
string uxmlName { get; }
Property Value
Type Description
String
| Improve this Doc View Source

uxmlNamespace

Declaration
string uxmlNamespace { get; }
Property Value
Type Description
String
| Improve this Doc View Source

uxmlQualifiedName

Declaration
string uxmlQualifiedName { get; }
Property Value
Type Description
String

Methods

| Improve this Doc View Source

AcceptsAttributeBag(IUxmlAttributes, CreationContext)

Declaration
bool AcceptsAttributeBag(IUxmlAttributes bag, CreationContext cc)
Parameters
Type Name Description
IUxmlAttributes bag
CreationContext cc
Returns
Type Description
Boolean
| Improve this Doc View Source

Create(IUxmlAttributes, CreationContext)

Declaration
VisualElement Create(IUxmlAttributes bag, CreationContext cc)
Parameters
Type Name Description
IUxmlAttributes bag
CreationContext cc
Returns
Type Description
VisualElement

Extension Methods

MustExtensions.MustBeEqual<T>(T, T)
MustExtensions.MustBeEqual<T>(T, T, String)
MustExtensions.MustNotBeEqual<T>(T, T)
MustExtensions.MustNotBeEqual<T>(T, T, String)
MustExtensions.MustBeNull<T>(T)
MustExtensions.MustBeNull<T>(T, String)
MustExtensions.MustNotBeNull<T>(T)
MustExtensions.MustNotBeNull<T>(T, String)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX