Class StepTween
Inherited Members
Namespace: Unity.UIWidgets.animation
Syntax
public class StepTween : Tween<int>, IEquatable<Tween<int>>
Constructors
StepTween(Int32, Int32)
Declaration
public StepTween(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)