InlineCanvasCacheDrawable¶
Overview¶
TODO docs https://github.com/phetsims/scenery/issues/1581
@author Jonathan Olson <jonathan.olson@colorado.edu>
Class InlineCanvasCacheDrawable¶
Constructor¶
new InlineCanvasCacheDrawable( renderer, instance )¶
Instance Methods¶
initialize( renderer, instance )¶
@param {number} renderer @param {Instance} instance
stitch( firstDrawable, lastDrawable, firstChangeInterval, lastChangeInterval )¶
@param {Drawable} firstDrawable @param {Drawable} lastDrawable @param {ChangeInterval} firstChangeInterval @param {ChangeInterval} lastChangeInterval
Source Code¶
See the source for InlineCanvasCacheDrawable.js in the scenery repository.