JsonPlaceableLoader
JsonPlaceableLoader
Loads placeable configurations from JSON files (secondary format)
Project: GridPlacement v6.0
Layer: Core
Source: Core/Systems/Data/JsonPlaceableLoader.cs
Namespace: GridBuilding.Core.Systems.Data
Kind: class
Parsing Method: AST-based (Roslyn) - NOT regex
⚠️ IMPORTANT: This documentation was generated using AST parsing, not regex.
Methods
Load
Returns: PlaceableCollection
Parameters:
string path
CanLoad
Returns: bool
Parameters:
string path
GetSupportedExtensions
Returns: string[]