Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


UxmlValueBounds

Restricts the value of an attribute to be within the specified bounds.
Read time 1 minuteLast updated 10 days ago

Definition

public class UxmlValueBounds : UxmlTypeRestriction, IEquatable<UxmlTypeRestriction>

Properties

Property

Description

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

Methods

Method

Description

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