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 = trueshow_placement_preview: bool = trueplacement_mode: int = 0auto_rotate: bool = falseshow_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) -> voidset_snap_to_grid(snap: bool) -> voidset_show_placement_preview(show: bool) -> voidset_placement_mode(mode: int) -> voidset_auto_rotate(auto: bool) -> voidset_show_grid_lines(show: bool) -> voidvalidate -> Arrayto_string -> String