RenderPriority
A list of standard reserved values in BindToRenderStep.
Items 5
| History | Name | Value | Description | |
|---|---|---|---|---|
| 187 | First | 0 | The lowest reserved priority level; callbacks run before all other standard priorities. | |
| 187 | Input | 100 | Runs after | |
| 187 | Camera | 200 | Runs after | |
| 187 | Character | 300 | Runs after | |
| 187 | Last | 2000 | The highest reserved priority level; callbacks run after all other standard priorities. |
Description
A list of standard reserved values in BindToRenderStep.
See RunService:BindToRenderStep() for the proper usage, as the enum itself isn't used.