프로퍼티 | 타입 | 설명 | |
---|---|---|---|
from | Color | ||
to | Color |
프로퍼티 | 타입 | 설명 | |
---|---|---|---|
SetCurrentValueToEnd | void | ||
SetCurrentValueToStart | void | ||
SetEndToCurrentValue | void | ||
SetStartToCurrentValue | void |
메소드 | 설명 | |
---|---|---|
Begin ( GameObject go, float duration, Color color ) : TweenColor, |
Start the tweening operation.
|
|
Cache ( ) : void |
메소드 | 설명 | |
---|---|---|
OnUpdate ( float factor, bool isFinished ) : void |
Tween the value.
|
메소드 | 설명 | |
---|---|---|
SetCurrentValueToEnd ( ) : void | ||
SetCurrentValueToStart ( ) : void | ||
SetEndToCurrentValue ( ) : void | ||
SetStartToCurrentValue ( ) : void |
static public Begin ( GameObject go, float duration, Color color ) : TweenColor, | ||
go | GameObject | |
duration | float | |
color | Color | |
리턴 | TweenColor, |
protected OnUpdate ( float factor, bool isFinished ) : void | ||
factor | float | |
isFinished | bool | |
리턴 | void |