Determine the function is called on which frame of each
rendering cycle, this is related to FrameRateLevel, if the
frame rate level is D1, and the frame order is O1, the
function will be called on the second frame of each cycle.
If order level is greater than the frame rate level, the
function will be called on the last frame of each cycle.
OD\* means after the first frame of each cycle, execute
the function is executed every how many frames, this is
useful for background tasks, this kind of task will be
executed at least one time per cycle.
Determine the function is called on which frame of each rendering cycle, this is related to
FrameRateLevel, if the frame rate level is D1, and the frame order is O1, the function will be called on the second frame of each cycle.If order level is greater than the frame rate level, the function will be called on the last frame of each cycle.
OD\*means after the first frame of each cycle, execute the function is executed every how many frames, this is useful for background tasks, this kind of task will be executed at least one time per cycle.