Skip to content

LayoutCell

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

import { LayoutCell } from 'scenerystack/scenery';

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.