Class ElasticInOutCurve
Namespace: Unity.UIWidgets.animation
Syntax
public class ElasticInOutCurve : Curve
Constructors
ElasticInOutCurve(Single)
Declaration
public ElasticInOutCurve(float period = 0.4F)
Parameters
| Type | Name | Description |
|---|---|---|
| Single | period |
Fields
period
Declaration
public readonly float period
Field Value
| Type | Description |
|---|---|
| Single |
Methods
ToString()
Declaration
public override string ToString()
Returns
| Type | Description |
|---|---|
| String |
Overrides
transformInternal(Single)
Declaration
protected override float transformInternal(float t)
Parameters
| Type | Name | Description |
|---|---|---|
| Single | t |
Returns
| Type | Description |
|---|---|
| Single |