Back to Filament

setSkybox

docs/android/dokka/filament-android/com.google.android.filament/-scene/set-skybox.md

1.75.0534 B
Original Source

//filament-android/com.google.android.filament/Scene/setSkybox

setSkybox

[main]
open fun setSkybox(skybox: Skybox)

Sets the Skybox. The Skybox is drawn last and covers all pixels not touched by geometry.

Parameters

main

skyboxthe Skybox to use to fill untouched pixels, or null to unset the Skybox.