children
An array of child sound event nodes.
Declaration
var children: [PHASESoundEventNodeDefinition] { get }Discussion
To add children, use the add subtree functions of the derived class. For example, add children to a container node using addSubtree(_:).