RecenterPlan

AUTO-GENERATED FILE – DO NOT EDIT MANUALLY

Typed result for recentering plan.

Source File: addons/grid_building/systems/grid_targeting/grid_positioner/recenter_plan.gd

Extends: RefCounted

Properties

  • Property: target_source: String
  • Property: target_world: Vector2

Private Methods

_init

1
2
3
4
_init(
    p_target_source: String = "",
    p_target_world: Vector2 = Vector2.ZERO
) -> void

Flags: private