Class Constraints
Inheritance
System.Object
Constraints
Namespace: Unity.UIWidgets.rendering
Syntax
public abstract class Constraints
Properties
isNormalized
Declaration
public abstract bool isNormalized { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
isTight
Declaration
public abstract bool isTight { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Methods
debugAssertIsValid(Boolean, InformationCollector)
Declaration
public virtual bool debugAssertIsValid(bool isAppliedConstraint = false, InformationCollector informationCollector = null)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | isAppliedConstraint | |
InformationCollector | informationCollector |
Returns
Type | Description |
---|---|
System.Boolean |