SceneNode.Parent Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the node that this node is a child of.
public:
property SceneNode ^ Parent { SceneNode ^ get(); };
SceneNode Parent();
public SceneNode Parent { get; }
var sceneNode = sceneNode.parent;
Public ReadOnly Property Parent As SceneNode
Property Value
The node that this node is a child of.