GBNode
AUTO-GENERATED FILE — DO NOT EDIT MANUALLY
Source: godot/base/gb_node.gd
Version: 5.1
class_name: GBNode
extends: Node
Summary
Thin Node wrapper used as a common base for plugin game nodes.
Provides a consistent identity and place to add plugin-wide helpers for nodes used in systems and tooling. Prefer deriving game objects and system nodes from GBNode when they participate in the Grid Building lifecycle.
Signals
(none)
Exports
(none)
Methods
resolve_gb_dependencies()- Abstract method to resolve dependencies for a given GBCompositionContainer. This method should be overridden in derived classes to implement specific dependency resolution logic.