This version of Unity is unsupported.

UxmlValueBounds

class in UnityEngine.UIElements

/

Inherits from:UIElements.UxmlTypeRestriction

/

Implemented in:UnityEngine.UIElementsModule

Description

Restricts the value of an attribute to be within the specified bounds.

Properties

excludeMax True if the bounds exclude max.
excludeMin True if the bounds exclude min.
max The maximum value for the attribute.
min The minimum value for the attribute.

Public Methods

Equals Indicates whether the current UxmlValueBounds object is equal to another object of the same type.

Inherited Members