Version: 
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