Class BoxConstraintsTween
Inherited Members
Namespace: Unity.UIWidgets.widgets
Syntax
public class BoxConstraintsTween : Tween<BoxConstraints>, IEquatable<Tween<BoxConstraints>>
Constructors
BoxConstraintsTween(BoxConstraints, BoxConstraints)
Declaration
public BoxConstraintsTween(BoxConstraints begin = null, BoxConstraints end = null)
Parameters
Type | Name | Description |
---|---|---|
BoxConstraints | begin | |
BoxConstraints | end |
Methods
lerp(Single)
Declaration
public override BoxConstraints lerp(float t)
Parameters
Type | Name | Description |
---|---|---|
System.Single | t |
Returns
Type | Description |
---|---|
BoxConstraints |
Overrides
Unity.UIWidgets.animation.Tween<Unity.UIWidgets.rendering.BoxConstraints>.lerp(System.Single)