Skip to content

Commit

Permalink
Update TweenService.yaml
Browse files Browse the repository at this point in the history
I don't have permissions to change default values so guess thats scrapped.
  • Loading branch information
sammygrey authored Jan 25, 2025
1 parent 5bc80d1 commit ac3e200
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/en-us/reference/engine/classes/TweenService.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -149,11 +149,11 @@ methods:
summary: 'The duration in which the total smoothing operation should take place.'
- name: maxSpeed
type: float?
default: '`Library.math.huge`'
default: ''
summary: 'The maximum speed at which the current position should approach the target position.'
- name: dt
type: float?
default: 'The current framerate'
default: ''
summary: 'The rate at which the smoothing operation should be applied.'
returns:
- type: Tuple
Expand Down

0 comments on commit ac3e200

Please sign in to comment.