Property | Type | Description | |
---|---|---|---|
from | float | ||
to | float |
Method | Description | |
---|---|---|
Begin ( GameObject go, float duration, float to ) : TweenOrthoSize, |
Start the tweening operation.
|
Method | Description | |
---|---|---|
OnUpdate ( float factor, bool isFinished ) : void |
Perform the tween.
|
static public Begin ( GameObject go, float duration, float to ) : TweenOrthoSize, | ||
go | GameObject | |
duration | float | |
to | float | |
return | TweenOrthoSize, |
protected OnUpdate ( float factor, bool isFinished ) : void | ||
factor | float | |
isFinished | bool | |
return | void |