LayoutCell¶
Under Construction
This documentation is auto-generated, and is a work in progress. Please see the source code at https://github.com/phetsims/scenery/blob/main/js/layout/constraints/LayoutCell.ts for the most up-to-date information.
Overview¶
A configurable cell containing a Node used for more permanent layouts
@author Jonathan Olson <jonathan.olson@colorado.edu>
Class LayoutCell¶
NOTE: This would be an abstract class, but that is incompatible with how mixin constraints work in TypeScript
Instance Methods¶
onLayoutOptionsChange()¶
(protected)
Can't be abstract, we're using mixins :(
dispose()¶
Releases references
Source Code¶
See the source for LayoutCell.ts in the scenery repository.