Chris' Tutorials
Docs/Grid Placement

Class

PlacementAssetResolver

Generated GDScript class reference for GridPlacement.PlacementAssetResolver.

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.

Centralized asset resolver for loading Grid Building resources from folders. Provides unified loading functionality for placeables, category tags, and other Grid Building assets. Supports both folder-based loading and individual asset arrays. Handles resource validation and provides consistent error handling across the plugin.

Source: addons/grid_placement/utils/placement_asset_resolver.gd

Syntax

class PlacementAssetResolver extends RefCounted

Members

NameKindSummary
assetsPropertyResult structure for asset loading operations
errorsProperty
warningsProperty
is_successfulMethod
has_warningsMethod
get_summaryMethod
partsProperty
load_placeablesMethod
resultProperty
typed_resultProperty
load_placeables_with_resultMethod
load_profilesMethod
resultProperty
typed_resultProperty
load_profiles_with_resultMethod
load_placeable_sequencesMethod
resultProperty
typed_resultProperty
load_placeable_sequences_with_resultMethod
load_assets_of_typeMethod
resultProperty
folder_resultProperty
resultProperty
entriesProperty
sub_pathProperty
sub_resultProperty
full_pathProperty
load_resultProperty
assetPropertyResult structure for single asset loading
errorsProperty
warningsProperty
resultProperty
expected_nameProperty
resourceProperty
is_correct_typeProperty
expected_class_nameProperty
messageProperty
validate_folder_pathMethod
get_folder_diagnosticsMethod
diagnosticsProperty
entriesProperty

Source

addons/grid_placement/utils/placement_asset_resolver.gd

Plugin docs root:gdscript/plugins/grid_placement_dev/docs