Property | Type | Description | |
---|---|---|---|
EndValue | |||
StartValue | |||
Target |
Method | Description | |
---|---|---|
Begin ( |
Begin tweening at specified GameObject.
|
|
Begin ( |
Begin tweening.
|
Method | Description | |
---|---|---|
OnInit ( ) : void | ||
OnUpdateValue ( ) : void |
public static Begin ( |
||
go | Holder of tweener. | |
start | Start rotation. | |
end | End rotation. | |
time | float | Time for tweening. |
return |
public Begin ( |
||
start | Start rotation. | |
end | End rotation. | |
time | float | Time for tweening. |
return |