CursorSettings
AUTO-GENERATED FILE – DO NOT EDIT MANUALLY
Source File: addons/grid_building/components/cursor_settings.gd
Extends: GBResource
Exported Properties
Property:
info: Texture = preload("res://addons/grid_building/icons/kenney/arrow_info.png")Set of cursor textures for use with grid builder plugin Cursor for info mode
Property:
build: Texture = preload("res://addons/grid_building/icons/kenney/arrow_build.png")- Cursor for build modeProperty:
move: Texture = preload("res://addons/grid_building/icons/kenney/arrow_move.png")- Cursor for move modeProperty:
demolish: Texture = preload("res://addons/grid_building/icons/kenney/arrow_demolish.png")- Cursor for demolish mode
Public Methods
get_editor_issues
Returns an array of issues found during editor validation
get_runtime_issues
Returns an array of issues found during runtime validation