Back to Filament

getConfig

docs/android/dokka/filament-android/com.google.android.filament/-engine/get-config.md

1.75.0739 B
Original Source

//filament-android/com.google.android.filament/Engine/getConfig

getConfig

[main]
open fun getConfig(): Engine.Config

Retrieves the configuration settings of this Engine. This method returns the configuration object that was supplied to the Engine's config method during the creation of this Engine. If the ::config method was not explicitly called (or called with null), this method returns the default configuration settings.

Return

a Config object with this Engine's configuration

See also

Engine.Builder