FixedFraming
Complete API reference for FixedFraming, including constructors, attributes, virtual attributes, and methods.
Package: JAVARuntime
Category: Framerate
Component: no
public class FixedFraming
Constructors
| Signature | Description |
|---|---|
FixedFraming(int, FixedFrameListener) | Executes FixedFraming and returns after the underlying engine call finishes. |
Virtual Attributes
| Name | Type | Access | Description |
|---|---|---|---|
fixedFrames | int | get/set | Virtual attribute exposed by getFixedFrames. Access it like a field to read or write the underlying value. |
Methods
| Signature | Returns | Description |
|---|---|---|
engineRepeat() | void | Executes engineRepeat and returns after the underlying engine call finishes. |
setAllowTimeScale(boolean) | void | Sets or updates the allow time scale. |
setDesyncLowFrameRate(boolean) | void | Sets or updates the desync low frame rate. |
setDesyncHighFrameRate(boolean) | void | Sets or updates the desync high frame rate. |
setFixedFrameListener(FixedFrameListener) | void | Sets or updates the fixed frame listener. |