Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


UxmlValueMatches

Restricts the value of an attribute to match a regular expression.
Read time 1 minuteLast updated 13 days ago

Definition

public class UxmlValueMatches : UxmlTypeRestriction, IEquatable<UxmlTypeRestriction>

Properties

Property

Description

regexThe regular expression that should be matched by the value.

Methods

Method

Description

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