ProgressCurve
()
|
Signature
ProgressCurve() |
ProgressCurve
(
animationCurve
, animationLength
)
|
Signature
ProgressCurve(AnimationCurve animationCurve, float animationLength) Parameters animationCurve: AnimationCurveanimationLength: float |
ProgressCurve
(
other
)
|
Signature
ProgressCurve(ProgressCurve other) Parameters other: ProgressCurve |
AnimationCurve
: AnimationCurve
[Get][Set] |
Signature
AnimationCurve AnimationCurve |
AnimationLength
: float
[Get][Set] |
Signature
float AnimationLength |
TimeProvider
: Func< float >
[Get][Set] |
Signature
Func<float> TimeProvider |
Copy
(
other
)
| |
End
()
|
Signature
void End() Returns void |
Progress
()
|
Signature
float Progress() Returns float |
ProgressIn
(
time
)
|
Signature
float ProgressIn(float time) Parameters time: floatReturns float |
ProgressTime
()
|
Signature
float ProgressTime() Returns float |
SetTimeProvider
(
timeProvider
)
|
Sets a function that returns the current time in seconds.
Signature
void SetTimeProvider(Func< float > timeProvider) Parameters timeProvider: Func< float >Returns void |
Start
()
|
Signature
void Start() Returns void |