class in UnityEngine.Experimental.UIElements
/
继承自:Experimental.UIElements.UxmlTypeRestriction
切换到手册Restricts the value of an attribute to be within the specified bounds.
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. |
UxmlValueBounds | 构造函数。 |
Equals | Indicates whether the current UxmlValueBounds object is equal to another object of the same type. |