NTween
NTween
$10.00
(no ratings)
Date |
Price |
---|---|
日期和时间 |
价钱($) |
04/11(2018) |
10.0 |
11/17(2024) |
10.0 |
Jump AssetStore
NTween for Unity
Easiest tween system
one line tween system for Unity
==Features:
====Easy to use
With NTween you can tween everything in one line code.
Syntax:
NTween.to(target,duration,var_list)
Example:
NTween.to(go,1,"scale",2);//scale to 2 in 1 second
====Powerful
timeScale/globalTimeScale/globalPause
pause/unpause
reverse/back
loop/yoyo/yoyoReverse
addons
...
====iOS ready
all platform are supported
==api description
NTween.to tween to value
NTween.from tween from value
NTween.fromTo tween from value to value
NTween.by tween to value with relative vars
NTween.set helper function to set value
NTween.delayedCall helper function to create delayed callback
NTween.Hash helper function to create var args
NTween.activatePlugins activate new plugin
NTween.killTweensOf kill tweens of one target
NTween.killTweensByHost kill all tweens of host gameObject
Demo