Share via


SceneNode.Parent Property

Definition

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.

Applies to