Class Interval
Namespace: Unity.UIWidgets.animation
Syntax
public class Interval : Curve
Constructors
Interval(Single, Single, Curve)
Declaration
public Interval(float begin, float end, Curve curve = null)
Parameters
Type | Name | Description |
---|---|---|
Single | begin | |
Single | end | |
Curve | curve |
Fields
begin
Declaration
public readonly float begin
Field Value
Type | Description |
---|---|
Single |
curve
Declaration
public readonly Curve curve
Field Value
Type | Description |
---|---|
Curve |
end
Declaration
public readonly float end
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 |