ข้ามสารบัญไปยังเนื้อหา
อัปเดต 2026-09-07
System fluid & Fluid Editor
single source of truth
The Database → Fluid Editor sets the system (network-wide) fluid. Any node can override it; absent an override, a node inherits the system fluid.
คำนวณอย่างไร
Reads resolve via effectiveFluidId(node, systemFluid) = node.fluidId ?? systemFluid. A uniform per-node fluid is collapsed to system+inherit on load.
ข้อควรระวัง
notePicking a fluid in the editor now applies (it was previously a no-op with a shadowing per-node water default).
ที่เกี่ยวข้อง