Skip to main content

FixedFraming

Complete API reference for FixedFraming, including constructors, attributes, virtual attributes, and methods.

Package: JAVARuntime

Category: Framerate

Component: no


public class FixedFraming

Constructors

SignatureDescription
FixedFraming(int, FixedFrameListener)Executes FixedFraming and returns after the underlying engine call finishes.

Virtual Attributes

NameTypeAccessDescription
fixedFramesintget/setVirtual attribute exposed by getFixedFrames. Access it like a field to read or write the underlying value.

Methods

SignatureReturnsDescription
engineRepeat()voidExecutes engineRepeat and returns after the underlying engine call finishes.
setAllowTimeScale(boolean)voidSets or updates the allow time scale.
setDesyncLowFrameRate(boolean)voidSets or updates the desync low frame rate.
setDesyncHighFrameRate(boolean)voidSets or updates the desync high frame rate.
setFixedFrameListener(FixedFrameListener)voidSets or updates the fixed frame listener.