diff --git a/ScriptReference/api/Effects/Tweener/JCS_ShaderTweener.html b/ScriptReference/api/Effects/Tweener/JCS_ShaderTweener.html new file mode 100644 index 00000000..b64361cc --- /dev/null +++ b/ScriptReference/api/Effects/Tweener/JCS_ShaderTweener.html @@ -0,0 +1 @@ +
Tweener that tween shader's properties.
Can only use for float
properties.
Name | Description |
---|---|
mShaderProps | Target shader's properties. |
Tweener that tweens one specific variable value.
Can only use for float
.
Name | Description |
---|---|
set_float | Callback that updates the value. |
get_float | Callback that get the value. |
Tween | Do the tween effect? |
Value offset. | ValueOffset |
Duration | How fast it moves on value. |
mDeltaTimeType | Type of the delta time. |
Easing | Tweener formula on value. |
UnityCallback | Callback after easing. |
Name | Description |
---|---|
DoTween | Tween the value. |
Tweener that tweens one specific variable value.
Can only use for float
.
Name | Description |
---|---|
onValueChange | Callback that updates the value. |
onValueReturn | Callback that get the value. |
Tween | Do the tween effect? |
Value offset. | ValueOffset |
Duration | How fast it moves on value. |
mDeltaTimeType | Type of the delta time. |
Easing | Tweener formula on value. |
UnityCallback | Callback after easing. |
Name | Description |
---|---|
DoTween | Tween the value. |