This version of Unity is unsupported.
Experimental: this API is experimental and might be changed or removed in the future.

UxmlValueMatches

class in UnityEngine.Experimental.UIElements

/

Inherits from:Experimental.UIElements.UxmlTypeRestriction

/

Implemented in:UnityEngine.UIElementsModule

Description

Restricts the value of an attribute to match a regular expression.

Properties

regexThe regular expression that should be matched by the value.

Constructors

UxmlValueMatchesConstructor.

Public Methods

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

Inherited Members