ModeMetadataManager

ModeMetadataManager

Manages mode metadata configuration. Handles default metadata creation and mode-specific configuration. For full settings management, use ModeSettings from Types/ModeSettings.cs.

Project: GridPlacement v6.0
Layer: Godot
Source: Godot/Core/_incomplete/State/Mode/ModeSettingsManager.cs
Namespace: GridBuilding.Core.State.Mode
Kind: class

Parsing Method: AST-based (Roslyn) - NOT regex

⚠️ IMPORTANT: This documentation was generated using AST parsing, not regex.

Methods

GetModeMetadata

Gets mode metadata for a specific mode type

Returns: ModeMetadata

Parameters:

  • T mode

SetModeMetadata

Sets mode metadata for a specific mode type

Returns: void

Parameters:

  • T mode
  • ModeMetadata metadata

GetModeSettings

Returns: ModeMetadata

Parameters:

  • T mode

SetModeSettings

Returns: void

Parameters:

  • T mode
  • ModeMetadata metadata