meta data for this page
📚 差别
这里会显示出您选择的修订版和当前版本之间的差别。
| 两侧同时换到之前的修订记录前一修订版 | |||
| scripting:native:tween [2025/07/12 01:21] – bibiboxs | scripting:native:tween [2025/07/12 01:21] (当前版本) – bibiboxs | ||
|---|---|---|---|
| 行 36: | 行 36: | ||
| ```javascript | ```javascript | ||
| - | function Tween.NumberTo( start: float, end: float, time: float, onUpdate< | + | function Tween.NumberTo( start: float, end: float, time: float, onUpdate< |
| ``` | ``` | ||
| 行 55: | 行 55: | ||
| ```javascript | ```javascript | ||
| - | function Tween.TextTo( start: string, end: string, time: float, onUpdate< | + | function Tween.TextTo( start: string, end: string, time: float, onUpdate< |
| ``` | ``` | ||
| 行 65: | 行 65: | ||
| ```javascript | ```javascript | ||
| - | function Tween.ColorTo( start: Color, end: Color, time: float, onUpdate< | + | function Tween.ColorTo( start: Color, end: Color, time: float, onUpdate< |
| ``` | ``` | ||
| + | |||
| </ | </ | ||