Function SceneState.getNodeInstance
Returns a PackedScene
for the node at idx
(i.e. the whole branch starting at this node, with its child nodes and resources), or null
if the node is not an instance.
godot .d .reference .Ref!(godot.packedscene.PackedScene) getNodeInstance
(
const(long) idx
) nothrow @nogc const;