From 43d5a2db7f2ca2416cf89303b1d1a517319ebef9 Mon Sep 17 00:00:00 2001 From: Jonathan Olson Date: Mon, 24 Jun 2024 11:18:50 -0600 Subject: [PATCH] constraint doc update --- doc/layout.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/layout.html b/doc/layout.html index d9d65c168..6b7b915aa 100644 --- a/doc/layout.html +++ b/doc/layout.html @@ -2350,6 +2350,10 @@

layoutOrigin

Constraint

+

+ NOTE: Constraints are lower-level, and besides ManualConstraint will likely not be needed in most cases. +

+

Constraints are the foundational layer that handles layout logic for scenery elements. If you search through the PhET codebase you can find constraints such as: ButtonConstraint,CarouselConstraint,