Class PlacementRuntimeChecks
- Namespace
- GridPlacement.GDScript
- Assembly
- MoonBark.GridPlacement.GDScript.dll
Flags for runtime checks of the PlacementConfigurationValidator
class PlacementRuntimeChecks extends Resource
PlacementRuntimeChecks
Properties
building_system
Require building system set in the PlacementSystems object to pass validation
@export var building_system: bool = false
targeting_system
Require targeting system set in the PlacementSystems object to pass validation
@export var targeting_system: bool = false
manipulation_system
Require manipulation system set in the PlacementSystems object to pass validation
@export var manipulation_system: bool = false
camera_2d
Require Camera2D node present in the viewport for positioning utilities
@export var camera_2d: bool = true