RenderPriority
A list of standard reserved values in BindToRenderStep.
Items 5
History | Name | Value | Description | |
---|---|---|---|---|
187 | First | 0 | This should run first. | |
187 | Input | 100 | This should run as second. | |
187 | Camera | 200 | This should run after Input. | |
187 | Character | 300 | This should run after Camera. | |
187 | Last | 2000 | This should run as last, after Character. |
Description
A list of standard reserved values in BindToRenderStep.
See RunService:BindToRenderStep() for the proper usage, as the enum itself isn't used.