Back to Filament

paused

docs/android/dokka/filament-android/com.google.android.filament/-engine/-builder/paused.md

1.75.0636 B
Original Source

//filament-android/com.google.android.filament/Engine/Builder/paused

paused

[main]
open fun paused(paused: Boolean): Engine.Builder

Sets the initial paused state of the rendering thread.

Warning: This is an experimental API. See setPaused for caveats.

Return

A reference to this Builder for chaining calls.

Parameters

main

pausedWhether to start the rendering thread paused.