StepFrequency
Enum used with RunService:BindToSimulation() to indicate the frequency at which the bound function is called.
Items 6
| History | Name | Value | Description | |
|---|---|---|---|---|
| 699 | Hz60 | 0 | The bound function is called at 60 Hz. | |
| 699 | Hz30 | 1 | The bound function is called at 30 Hz. | |
| 699 | Hz15 | 2 | The bound function is called at 15 Hz. | |
| 699 | Hz10 | 3 | The bound function is called at 10 Hz. | |
| 699 | Hz5 | 4 | The bound function is called at 5 Hz. | |
| 699 | Hz1 | 5 | The bound function is called at 1 Hz. |
Description
Enum used with RunService:BindToSimulation() to indicate the frequency at which the bound function is called.