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

UxmlValueBounds

class in UnityEngine.Experimental.UIElements

/

Hereda de:Experimental.UIElements.UxmlTypeRestriction

Cambiar al Manual

Descripción

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

Variables

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

Constructores

UxmlValueBoundsConstructor.

Funciones Públicas

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

Miembros heredados