Class UxmlChildElementDescription
Describe an allowed child element for an element.
Namespace: UnityEngine.UIElements
Syntax
public class UxmlChildElementDescription : object
Constructors
UxmlChildElementDescription(Type)
Constructor.
Declaration
public UxmlChildElementDescription(Type t)
Parameters
Type | Name | Description |
---|---|---|
Type | t |
Properties
elementName
The name of the allowed child element.
Declaration
public string elementName { get; protected set; }
Property Value
Type | Description |
---|---|
String |
elementNamespace
The namespace name of the allowed child element.
Declaration
public string elementNamespace { get; protected set; }
Property Value
Type | Description |
---|---|
String |