Structure holding the SceneNode computed transforms, opacities and enumeration path.
This helper structure is used by the WorldTransformedSceneNodes method.
| Property | Description |
|---|---|
| Node | The node we are currently visiting. |
| Parent | The parent of the node we are currently visiting. |
| WorldOpacity | The accumulated world opacity of this node. |
| WorldTransform | The accumulated world transform of this node. |