Skip to content

Commit 1aed6b2

Browse files
committed
2 parents 73d7e1e + c6c83e8 commit 1aed6b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ public delegate float EasingFunction(float t);
4747
EasingFunction myEasingFunction = t => t * t;
4848
```
4949

50-
Furthermore, there is also an ``EaseType`` enum which can be used if you need to expose an easing function in the unity inspector. Use ``Ease.Get()`` to convert between enum value and easing function (and vice-versa!)
50+
Furthermore, there is also an ``EaseType`` enum which can be used if you need to expose an easing function in the unity inspector. Use ``Ease.GetEasingFunction()`` to convert between enum value and easing function.
5151

5252
### Controlling playback
5353
A tween instance contains properties and methods for querying & controlling playback:

0 commit comments

Comments
 (0)