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