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.

  1. Dictionary _bundled [@property getter]
    struct PackedScene
    @nogc nothrow @property
    Dictionary
    _bundled
    ()
  2. Dictionary _bundled [@property setter]

Meta