Skip to content

Commit 621b132

Browse files
authored
Update TweenService.yaml
removed default variables
1 parent ac3e200 commit 621b132

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/en-us/reference/engine/classes/TweenService.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,11 +149,11 @@ methods:
149149
summary: 'The duration in which the total smoothing operation should take place.'
150150
- name: maxSpeed
151151
type: float?
152-
default: ''
152+
default:
153153
summary: 'The maximum speed at which the current position should approach the target position.'
154154
- name: dt
155155
type: float?
156-
default: ''
156+
default:
157157
summary: 'The rate at which the smoothing operation should be applied.'
158158
returns:
159159
- type: Tuple

0 commit comments

Comments
 (0)