Back to Filament

setVsmShadowOptions

docs/android/dokka/filament-android/com.google.android.filament/-view/set-vsm-shadow-options.md

1.75.0748 B
Original Source

//filament-android/com.google.android.filament/View/setVsmShadowOptions

setVsmShadowOptions

[main]
open fun setVsmShadowOptions(options: View.VsmShadowOptions)

Sets VSM shadowing options that apply across the entire View. Additional light-specific VSM options can be set with shadowOptions. Only applicable when shadow type is set to ShadowType::VSM. Warning: This API is still experimental and subject to change.

Parameters

main

optionsOptions for shadowing.

See also

setShadowType