PlaceableLoaderFactory
PlaceableLoaderFactory
Factory for creating appropriate placeable loaders based on file format
Project: GridPlacement v6.0
Layer: Core
Source: Core/Systems/Data/PlaceableLoaderFactory.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
GetLoader
Gets the appropriate loader for the specified file
Returns: IPlaceableLoader
Parameters:
string path
Load
Loads a placeable collection using the appropriate loader
Returns: PlaceableCollection
Parameters:
string path
IsSupported
Checks if a file format is supported
Returns: bool
Parameters:
string path
GetSupportedExtensions
Gets all supported file extensions
Returns: string[]