Class Curve
Inheritance
System.Object
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 |
---|---|
System.String |
Overrides
System.Object.ToString()
transform(Single)
Declaration
public abstract float transform(float t)
Parameters
Type | Name | Description |
---|---|---|
System.Single | t |
Returns
Type | Description |
---|---|
System.Single |