Back to Filament

getChildCount

docs/android/dokka/filament-android/com.google.android.filament/-transform-manager/get-child-count.md

1.75.0686 B
Original Source

//filament-android/com.google.android.filament/TransformManager/getChildCount

getChildCount

[main]
open fun getChildCount(i: Int): Int

Returns the number of children of an EntityInstance.

Return

The number of children of the queried component.

Parameters

main

ithe EntityInstance of the transform component to query.