Class Cubic
Namespace: Unity.UIWidgets.animation
Syntax
public class Cubic : Curve
Constructors
Cubic(Single, Single, Single, Single)
Declaration
public Cubic(float a, float b, float c, float d)
Parameters
Type | Name | Description |
---|---|---|
Single | a | |
Single | b | |
Single | c | |
Single | d |
Fields
a
Declaration
public readonly float a
Field Value
Type | Description |
---|---|
Single |
b
Declaration
public readonly float b
Field Value
Type | Description |
---|---|
Single |
c
Declaration
public readonly float c
Field Value
Type | Description |
---|---|
Single |
d
Declaration
public readonly float d
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 |