Enum GridPlacementBootstrapUpdateMode
- Namespace
- MoonBark.GridPlacement.Godot.Placement
- Assembly
- MoonBark.GridPlacement.Godot.dll
Settings for controlling placement system update loop behavior. Determines whether placement logic runs in _Process or _PhysicsProcess.
public enum GridPlacementBootstrapUpdateMode
Fields
PhysicsProcess = 1Placement systems update in _PhysicsProcess (physics frame loop).
Process = 0Placement systems update in _Process (normal frame loop).