GBCursorChanger

AUTO-GENERATED FILE – DO NOT EDIT MANUALLY

Optional component for changing the cursors when the grid builder mode state changes.

Source File: addons/grid_building/components/cursor_changer.gd

Extends: GBSystemsComponent

Private Properties

  • Property: _mode_state: [ModeState](./mode-state/): (private)
  • Property: _cursors: [CursorSettings](./cursor-settings/) (private)
  • Property: _logger : [GBLogger](./gb-logger/) (private)

Public Methods

resolve_gb_dependencies

1
resolve_gb_dependencies(p_container: GBCompositionContainer) -> void

get_runtime_issues

1
get_runtime_issues() -> bool

get_cursor

1
get_cursor(p_mode: GBEnums.Mode) -> Resource

Private Methods

_ready

1
_ready() -> void

Flags: private


_on_mode_changed

1
_on_mode_changed(p_mode: GBEnums.Mode) -> void

Flags: private


_on_tree_exiting

1
_on_tree_exiting() -> void

Flags: private