Version:
2021.1
2020.2
2020.1
2019.2
2019.1
2018.3
Back to list
Scene :: getChildren
Synopsis
Returns the children paths of a scene path
GUI Dialog
Script function
scene.getChildren
(
path
[,
jumpInstances
]) ->
children
Parameters
path
(
ScenePath
) : The path to get the children
jumpInstances
(
Bool
)
[optional]
: If true and the children is an instance, the returned children will be the referenced component
Return value
children
(
ScenePathList
) : The children of path