Extension: omni.kit.loop-default-0.2.0

Documentation Generated: Dec 17, 2024

Settings#

Settings Provided by the Extension#

app.runLoopsGlobal.syncToPresent#

  • Default Value: false

  • Description: Whether to sync threads and present thread.

app.runLoops.main.rateLimitEnabled#

  • Default Value: true

  • Description: Whether UI Frames Per Second (FPS) limit is enabled on main thread.

app.runLoops.main.rateLimitFrequency#

  • Default Value: 120

  • Description: The UI Frames Per Second (FPS) limit on main thread.

app.runLoops.main.rateLimitUseBusyLoop#

  • Default Value: false

  • Description: Whether UI Frames Per Second (FPS) limit uses busy loop on main thread.

app.runLoops.present.rateLimitEnabled#

  • Default Value: true

  • Description: Whether UI Frames Per Second (FPS) limit is enabled on present thread.

app.runLoops.present.rateLimitFrequency#

  • Default Value: 120

  • Description: The UI Frames Per Second (FPS) limit on present thread.

app.runLoops.present.rateLimitUseBusyLoop#

  • Default Value: false

  • Description: Whether UI Frames Per Second (FPS) limit uses busy loop on present thread.

app.runLoops.rendering_0.rateLimitEnabled#

  • Default Value: true

  • Description: Whether UI Frames Per Second (FPS) limit is enabled on rendering thread.

app.runLoops.rendering_0.rateLimitFrequency#

  • Default Value: 120

  • Description: The UI Frames Per Second (FPS) limit on rendering thread.

app.runLoops.rendering_0.rateLimitUseBusyLoop#

  • Default Value: false

  • Description: Whether UI Frames Per Second (FPS) limit uses busy loop on rendering thread.