Back to Filament

removeEntities

docs/android/dokka/filament-android/com.google.android.filament/-scene/remove-entities.md

1.75.0691 B
Original Source

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

removeEntities

[main]
open fun removeEntities(entities: Array<Int>)

Removes a list of entities from the Scene. This is equivalent to calling remove in a loop. If any of the specified entities do not exist in the scene, they are skipped.

Parameters

main

entitiesarray containing entities to remove from the Scene.