NodeContent.Parent Property
XNA Game Studio 3.0
Note |
|---|
| This property is available only when developing for Windows. |
Namespace: Microsoft.Xna.Framework.Content.Pipeline.Graphics
Assembly: Microsoft.Xna.Framework.Content.Pipeline (in microsoft.xna.framework.content.pipeline.dll)
public NodeContent Parent { get; set; }
Property Value
Parent of the NodeContent object, or null if this object is the root of the scene.
Note