Skip to content

GBNode2D

2D variant of GBNode providing a common base for Scene2D plugin nodes.

Use this base for Node2D-derived components that are part of plugin systems, so they receive consistent DI and lifecycle behavior expected across the project.

func resolve_gb_dependencies( p_container: GBCompositionContainer ) -> void

addons/grid_building/base/gb_node_2d.gd


This API reference is automatically generated from the plugin source code. For implementation examples and usage guides, see the guides section.