ConfigurationFormat

AUTO-GENERATED FILE – DO NOT EDIT MANUALLY

This page documents the supported public API surface only. Private, internal, benchmark, test, and implementation-detail types are intentionally omitted.

Declaration

1
public enum ConfigurationFormat

Summary

Configuration format types supported for placeable loading Currently JSON-only, but extensible for future formats (YAML, TOML, etc.)

Metadata

Namespace: GridPlacement.Core.Types

Source File: cs/Core/Types/ConfigurationFormat.cs

Assembly: GridPlacement.Core

Type: enum

Enum Values

Json

1
Json = 0

JSON configuration format.