Interface IRuntimeChecks
- Namespace
- MoonBark.GridPlacement.Core.Interfaces
- Assembly
- MoonBark.GridPlacement.Core.dll
Interface for runtime checks and validation. Mirrors functionality from GDScript runtime_checks.gd
public interface IRuntimeChecks
Properties
GridTargetingSystem
Whether grid targeting system runtime checks are enabled
bool GridTargetingSystem { get; set; }
Property Value
ManipulationSystem
Whether manipulation system runtime checks are enabled
bool ManipulationSystem { get; set; }