ValidationOptions

ValidationOptions

Validation options

Project: GridPlacement v6.0
Layer: Godot
Source: Godot/Core/_incomplete/Validation/IValidator.cs
Namespace: GridBuilding.Core.Systems.Validation
Kind: class

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

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

Properties

StopOnFirstError

Whether to stop validation on first error

IncludeWarnings

Whether to include warnings in results

MaxErrors

Maximum number of errors to collect

Recursive

Whether to validate recursively

TimeoutMs

Validation timeout in milliseconds