Class Curve
Namespace: Unity.UIWidgets.animation
Syntax
public abstract class Curve
Properties
flipped
Declaration
public Curve flipped { get; }
Property Value
| Type | Description |
|---|---|
| Curve |
Methods
ToString()
Declaration
public override string ToString()
Returns
| Type | Description |
|---|---|
| String |
Overrides
transform(Single)
Declaration
public float transform(float t)
Parameters
| Type | Name | Description |
|---|---|---|
| Single | t |
Returns
| Type | Description |
|---|---|
| Single |
transformInternal(Single)
Declaration
protected virtual float transformInternal(float t)
Parameters
| Type | Name | Description |
|---|---|---|
| Single | t |
Returns
| Type | Description |
|---|---|
| Single |