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