Publisher | RN |
---|---|
File size | 281.12kB |
Number of files | 35 |
Latest version | 1 |
Latest release date | 2016-11-16 01:28:27 |
First release date | 2012-07-11 07:19:38 |
Supported Unity versions | 2018.4.2 or higher |
RNTween is a simple, powerful and very easy to use animation system for Unity.
Now add new class TimeEquation!
Example:
foreach (var t in new TimeEquation()
.inCubic.play(2f))
{
transform.position = Vector3.Lerp(from, to, t); yield return this;
}
Now add new class TimeEquation!
Example:
foreach (var t in new TimeEquation()
.inCubic.play(2f))
{
transform.position = Vector3.Lerp(from, to, t); yield return this;
}