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 属性

excludeMaxTrue if the bounds exclude max.
excludeMinTrue if the bounds exclude min.
maxThe maximum value for the attribute.
minThe minimum value for the attribute.

Constructors

UxmlValueBoundsConstructor.

Public Methods 公共方法

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

Inherited Members 继承成员