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