HBox¶
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/nodes/HBox.ts for the most up-to-date information.
Overview¶
HBox is a convenience specialization of FlowBox with horizontal orientation.
@author Jonathan Olson <jonathan.olson@colorado.edu> @author Sam Reid (PhET Interactive Simulations)
Class HBox¶
Constructor¶
new HBox( providedOptions? : HBoxOptions )¶
Instance Methods¶
onFlowBoxChildInserted( node : Node, index : number )¶
(protected)
mutate( options? : HBoxOptions ) : this¶
Type HBoxOptions¶
StrictOmit<FlowBoxOptions, "orientation">