Definition at line 11 of file ScrollRectTweener.cs.
◆ EaseVector()
Vector2 UnityEngine.UI.Extensions.ScrollRectTweener.EaseVector |
( |
float |
currentTime, |
|
|
Vector2 |
startValue, |
|
|
Vector2 |
changeInValue, |
|
|
float |
duration |
|
) |
| |
◆ OnDrag()
void UnityEngine.UI.Extensions.ScrollRectTweener.OnDrag |
( |
PointerEventData |
eventData | ) |
|
◆ Scroll() [1/2]
void UnityEngine.UI.Extensions.ScrollRectTweener.Scroll |
( |
Vector2 |
normalizedPos | ) |
|
◆ Scroll() [2/2]
void UnityEngine.UI.Extensions.ScrollRectTweener.Scroll |
( |
Vector2 |
normalizedPos, |
|
|
float |
duration |
|
) |
| |
◆ ScrollHorizontal() [1/2]
void UnityEngine.UI.Extensions.ScrollRectTweener.ScrollHorizontal |
( |
float |
normalizedX | ) |
|
◆ ScrollHorizontal() [2/2]
void UnityEngine.UI.Extensions.ScrollRectTweener.ScrollHorizontal |
( |
float |
normalizedX, |
|
|
float |
duration |
|
) |
| |
◆ ScrollVertical() [1/2]
void UnityEngine.UI.Extensions.ScrollRectTweener.ScrollVertical |
( |
float |
normalizedY | ) |
|
◆ ScrollVertical() [2/2]
void UnityEngine.UI.Extensions.ScrollRectTweener.ScrollVertical |
( |
float |
normalizedY, |
|
|
float |
duration |
|
) |
| |
◆ disableDragWhileTweening
bool UnityEngine.UI.Extensions.ScrollRectTweener.disableDragWhileTweening = false |
◆ moveSpeed
float UnityEngine.UI.Extensions.ScrollRectTweener.moveSpeed = 5000f |
The documentation for this class was generated from the following file: