Chris' Tutorials
Docs/Grid Placement

Class

PlacementServiceGroupFactory

Generated GDScript class reference for GridPlacement.PlacementServiceGroupFactory.

StatusDraft
Versionv6.0
UpdatedDevelopment docs generated from GDScript source

This is unreleased documentation in active development. APIs, class names, and behavior may change before the final release.

Draft — Unreleased:This page is in active development. APIs, class names, and behavior may change before the release is finalized. Use it as a preview of what's coming — not as a stable integration target.

Factory for creating [PlacementServiceGroup] instances. Reads the host [GridPlacementBundle]'s [GridPlacementSettings] to determine which domain services to instantiate. Games opt out of domains by nulling the corresponding settings (e.g. [code]settings.manipulation = null[/code]). The factory selects 2D or 3D service variants based on [member GridPlacementSettings.dimensions]. Usage: [codeblock] var group := PlacementServiceGroupFactory.create_from_bundle(host.grid_placement_bundle, session) host.configure(session, group) [/codeblock]

Source: addons/grid_placement/services/placement_service_group_factory.gd

Syntax

class PlacementServiceGroupFactory extends RefCounted

Members

NameKindSummary
create_from_sessionMethod
bundleProperty
create_from_bundleMethod
groupProperty
settingsProperty
dimsProperty
is_3dProperty
brushProperty

Source

addons/grid_placement/services/placement_service_group_factory.gd

Plugin docs root:gdscript/plugins/grid_placement_dev/docs