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