Version: 2020.3

UxmlValueBounds

class in UnityEngine.UIElements

/

继承自:UIElements.UxmlTypeRestriction

切换到手册

描述

将属性的值限制在指定的范围内。

变量

excludeMax如果范围不包括 max,则返回 true。
excludeMin如果范围不包括 min,则返回 true。
max属性的最大值。
min属性的最小值。

构造函数

UxmlValueBounds构造函数。

公共函数

Equals指示当前 UxmlValueBounds 对象是否等于同一类型的另一个对象。

继承的成员