Function SceneState.getNodePath

Returns the path to the node at idx. If for_parent is true, returns the path of the idx node's parent instead.

NodePath getNodePath (
  const(long) idx,
  const(bool) for_parent = false
) nothrow @nogc const;