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

PlacerComponent

AUTO-GENERATED (GDScript) API entry

AUTO-GENERATED FILE — DO NOT EDIT MANUALLY

Source: components/placement/placer_component.gd

Version: 6.0

class_name: PlacerComponent extends: Component

Signals

(none)

Exports

  • placer_type: PlacerType = PlacerType.PLAYER
  • input_enabled: bool = true

Methods

  • _init(scene_root: Node = null, placer_id: String = "", placement_active: bool = true, placer_type: int = 0, input_enabled: bool = true) -> void
  • _init(config: PlacerConfig = null) -> void
  • set_scene_root(root: Node) -> void
  • set_placement_active(active: bool) -> void
  • validate -> Array
  • can_place -> bool
  • can_remove -> bool
  • can_manipulate -> bool
  • to_string -> String