Function PackedScene._bundled

A dictionary representation of the scene contents. Available keys include "rnames" and "variants" for resources, "node_count", "nodes", "node_paths" for nodes, "editable_instances" for base scene children overrides, "conn_count" and "conns" for signal connections, and "version" for the format style of the PackedScene.

Dictionary _bundled() nothrow @property @nogc;

void _bundled (
  Dictionary v
) nothrow @property @nogc;