Skip to content

Commit 02ecbf2

Browse files
author
ramdoys
authored
fix: add SmoothDamp documentation
1 parent 4db06a8 commit 02ecbf2

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,8 +123,10 @@ methods:
123123
capabilities: []
124124
writeCapabilities: []
125125
- name: TweenService:SmoothDamp
126-
summary: ''
127-
description: ''
126+
summary: |
127+
Calculates a value simulating a critically damped spring. Supports number/Vector2/Vector3/CFrame.
128+
description: |
129+
Returns a value that allows smoothing a value towards a target simulating a critically damped spring. Supports number/Vector2/Vector3/CFrame.
128130
code_samples: []
129131
parameters:
130132
- name: current

0 commit comments

Comments
 (0)