Grid Placement
Development ⚠️ GridPlacement 6.0 (GECS) is in active development. This is the GDScript ECS architecture.

PlacementSettingsComponent

AUTO-GENERATED (GDScript) API entry

AUTO-GENERATED FILE — DO NOT EDIT MANUALLY

Source: components/placement/placement_settings_component.gd

Version: 6.0

class_name: PlacementSettingsComponent extends: Component

Signals

(none)

Exports

  • snap_to_grid: bool = true
  • show_placement_preview: bool = true
  • placement_mode: int = 0
  • auto_rotate: bool = false
  • show_grid_lines: bool = false

Methods

  • _init(snap_to_grid: bool = true, show_placement_preview: bool = true, placement_mode: int = 0, auto_rotate: bool = false, show_grid_lines: bool = false) -> void
  • _init(config: PlacementSettingsConfig = null) -> void
  • set_snap_to_grid(snap: bool) -> void
  • set_show_placement_preview(show: bool) -> void
  • set_placement_mode(mode: int) -> void
  • set_auto_rotate(auto: bool) -> void
  • set_show_grid_lines(show: bool) -> void
  • validate -> Array
  • to_string -> String