PaintableStatelessDrawable¶
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/display/drawables/PaintableStatelessDrawable.js for the most up-to-date information.
Overview¶
A trait for drawables for Paintable nodes that does not store the fill/stroke state, as it just needs to track dirtyness overall.
Assumes existence of the markPaintDirty method.
@author Jonathan Olson <jonathan.olson@colorado.edu>
Source Code¶
See the source for PaintableStatelessDrawable.js in the scenery repository.