Contents

parent

The node’s parent in the scene graph hierarchy.

Declaration

var parent: SCNNode? { get }

Discussion

For a scene’s rootNode object, the value of this property is nil.

See Also

Managing the Node Hierarchy