Tanoda
ITweenValue.cs
Go to the documentation of this file.
1
3
4
5
namespace
UnityEngine.UI.Extensions.Tweens
6
{
7
internal
interface
ITweenValue
8
{
9
void
TweenValue(
float
floatPercentage);
10
bool
ignoreTimeScale {
get
; }
11
float
duration {
get
; }
12
bool
ValidTarget();
13
void
Finished();
14
}
15
}
UnityEngine.UI.Extensions.Tweens
Definition:
FloatTween.cs:7
Source
Assets
unity-ui-extensions
Runtime
Scripts
Controls
Accordion
Tweening
ITweenValue.cs
Generated by
1.9.3