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