Class Placeable
- Namespace
- GridPlacement.GDScript
- Assembly
- MoonBark.GridPlacement.GDScript.dll
@deprecated Use [ScenePlacementEntry] instead.\n\nPlaceable is kept as a backward-compatible alias through the 6.0 deprecation window. It extends [ScenePlacementEntry] so existing [code].tres[/code] files referencing [code]placeable.gd[/code] by script path continue to load normally.\n\nThis alias will be removed in 6.1. Migrate to [ScenePlacementEntry] by replacing [code]Placeable[/code] references in code and updating [code].tres[/code] [code]script_class[/code] lines before upgrading.
class Placeable extends ScenePlacementEntry
Placeable