---
title: About Node Property Propagation
framework: spritekit
role: article
role_heading: Article
path: spritekit/about-node-property-propagation
---

# About Node Property Propagation

Learn which properties of a node affect its child nodes.

## Overview

Overview Changing certain properties on a node can propogate to its decendents:  |   |   |   |   |   |   |  The net effect is that a child node is rendered based not only on its own properties but also on the properties of its ancestors. __
