Component Engine
(NOTE) Settings for how the frame rate of the engine should be controlled.
| Methods | Properties | Base Classes | Derived Classes |
|---|---|---|---|
| Constructor | FrameRate | component | |
| LimitFrameRate | |||
| VerticalSync |
Properties
FrameRate : integer
How many frames per second the engine should be limited at.
var FrameRate : Integer
LimitFrameRate : boolean
If the engine should limit the frame rate.
var LimitFrameRate : Boolean
VerticalSync : boolean
If the frame rate should sync with the monitor's refresh rate, superseded by LimitFrameRate.
var VerticalSync : Boolean
Methods
FrameRateSettings : Void
constructor
Name Type Description function FrameRateSettings()