Skip to content

InlineCanvasCacheDrawable

Overview

TODO docs https://github.com/phetsims/scenery/issues/1581

@author Jonathan Olson <jonathan.olson@colorado.edu>

Class InlineCanvasCacheDrawable

import { InlineCanvasCacheDrawable } from 'scenerystack/scenery';

Constructor

new InlineCanvasCacheDrawable( renderer, instance )

Instance Methods

initialize( renderer, instance )

@public @override

@param {number} renderer @param {Instance} instance

stitch( firstDrawable, lastDrawable, firstChangeInterval, lastChangeInterval )

@public

@param {Drawable} firstDrawable @param {Drawable} lastDrawable @param {ChangeInterval} firstChangeInterval @param {ChangeInterval} lastChangeInterval

Source Code

See the source for InlineCanvasCacheDrawable.js in the scenery repository.