Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


Pill.UxmlTraits

Defines UxmlTraits for the Pill.
Read time 1 minuteLast updated 12 days ago

Definition

Warning
Deprecated. UxmlTraits is deprecated and will be removed. Use UxmlElementAttribute instead.
public class Pill.UxmlTraits : VisualElement.UxmlTraits

Constructors

Constructor

Description

UxmlTraits()Constructor.

Properties

Property

Description

uxmlChildElementsDescriptionReturns an empty enumerable, as pill elements do not have children.

Methods

Method

Description

InitInitialize Pill properties using values from the attribute bag.

Inheritance