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 5 days ago

Definition

public class UxmlValueBounds : UxmlTypeRestriction, IEquatable<UxmlTypeRestriction>

Properties

Property

Description

excludeMaxTrue if the bounds exclude _max.
excludeMinTrue if the bounds exclude _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.