Experimental: this API is experimental and might be changed or removed in the future.

UxmlValueBounds

class in UnityEngine.Experimental.UIElements

/

继承自:Experimental.UIElements.UxmlTypeRestriction

切换到手册

描述

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

变量

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

构造函数

UxmlValueBounds构造函数。

公共函数

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

继承的成员