File tree Expand file tree Collapse file tree 1 file changed +16
-9
lines changed
content/en-us/reference/engine/classes Expand file tree Collapse file tree 1 file changed +16
-9
lines changed Original file line number Diff line number Diff 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 : []
You can’t perform that action at this time.
0 commit comments