Skip to content

Commit 4b5b8f5

Browse files
authored
Update RunService.yaml
1 parent 0af3a85 commit 4b5b8f5

File tree

1 file changed

+16
-9
lines changed

1 file changed

+16
-9
lines changed

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

Lines changed: 16 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -683,7 +683,13 @@ events:
683683
- name: RunService.RenderStepped
684684
summary: |
685685
Fires every frame, prior to the frame being rendered.
686-
description: ''
686+
description: |
687+
Fires every frame, prior to the frame being rendered.
688+
689+
##### Migration Note
690+
691+
This event has been superseded by `Class.RunService.PreRender|PreRender`
692+
which should be used for new work.
687693
code_samples: []
688694
parameters:
689695
- name: deltaTime
@@ -692,17 +698,21 @@ events:
692698
summary: |
693699
The time (in seconds) that has elapsed since the previous frame.
694700
tags: []
695-
deprecation_message: |
696-
This event has been superseded by `Class.RunService.PreRender|PreRender`
697-
which should be used for new work.
701+
deprecation_message: ''
698702
security: None
699703
thread_safety: Unsafe
700704
capabilities: []
701705
writeCapabilities: []
702706
- name: RunService.Stepped
703707
summary: |
704708
Fires every frame, prior to the physics simulation.
705-
description: ''
709+
description: |
710+
Fires every frame, prior to the physics simulation.
711+
712+
##### Migration Note
713+
714+
This event has been superseded by `Class.RunService.PreSimulation|PreSimulation`
715+
which should be used for new work.
706716
code_samples: []
707717
parameters:
708718
- name: time
@@ -717,10 +727,7 @@ events:
717727
summary: |
718728
The time (in seconds) that has elapsed since the previous frame.
719729
tags: []
720-
deprecation_message: |
721-
This event has been superseded by
722-
`Class.RunService.PreSimulation|PreSimulation` which should be used for
723-
new work.
730+
deprecation_message: ''
724731
security: None
725732
thread_safety: Unsafe
726733
capabilities: []

0 commit comments

Comments
 (0)