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 RefCountedMembers
| Name | Kind | Summary |
|---|---|---|
assets | Property | Result structure for asset loading operations |
errors | Property | |
warnings | Property | |
is_successful | Method | |
has_warnings | Method | |
get_summary | Method | |
parts | Property | |
load_placeables | Method | |
result | Property | |
typed_result | Property | |
load_placeables_with_result | Method | |
load_profiles | Method | |
result | Property | |
typed_result | Property | |
load_profiles_with_result | Method | |
load_placeable_sequences | Method | |
result | Property | |
typed_result | Property | |
load_placeable_sequences_with_result | Method | |
load_assets_of_type | Method | |
result | Property | |
folder_result | Property | |
result | Property | |
entries | Property | |
sub_path | Property | |
sub_result | Property | |
full_path | Property | |
load_result | Property | |
asset | Property | Result structure for single asset loading |
errors | Property | |
warnings | Property | |
result | Property | |
expected_name | Property | |
resource | Property | |
is_correct_type | Property | |
expected_class_name | Property | |
message | Property | |
validate_folder_path | Method | |
get_folder_diagnostics | Method | |
diagnostics | Property | |
entries | Property |
Source
addons/grid_placement/utils/placement_asset_resolver.gd
Plugin docs root:gdscript/plugins/grid_placement_dev/docs