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