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.

struct SceneState
@nogc nothrow const
NodePath
getNodePath
(
in long idx
,
in bool for_parent = false
)

Meta