UxmlValueBounds
Restricts the value of an attribute to be within the specified bounds.
Read time 1 minuteLast updated 5 days ago
Definition
- Type: Class
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
- Inherits from: UxmlTypeRestriction
- Implements: IEquatable<UxmlTypeRestriction>
public class UxmlValueBounds : UxmlTypeRestriction, IEquatable<UxmlTypeRestriction>
Properties
Property | Description |
|---|---|
| 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. |
Methods
Method | Description |
|---|---|
| Equals | Indicates whether the current UxmlValueBounds object is equal to another object of the same type. |