Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


UxmlEnumeration

Restricts the value of an attribute to be taken from a list of values.
Read time 1 minuteLast updated 4 days ago

Definition

public class UxmlEnumeration : UxmlTypeRestriction, IEquatable<UxmlTypeRestriction>

Properties

Property

Description

valuesThe list of values the attribute can take.

Methods

Method

Description

EqualsIndicates whether the current UxmlEnumeration object is equal to another object of the same type.