Table of Contents

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

bool

ManipulationSystem

Whether manipulation system runtime checks are enabled

bool ManipulationSystem { get; set; }

Property Value

bool