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 | |
load_placeables | Method | |
load_placeables_with_result | Method | |
load_profiles | Method | |
load_profiles_with_result | Method | |
load_placeable_sequences | Method | |
load_placeable_sequences_with_result | Method | |
load_assets_of_type | Method | |
asset | Property | Result structure for single asset loading |
errors | Property | |
warnings | Property | |
validate_folder_path | Method | |
get_folder_diagnostics | Method |