Skip to content

SharedCanvasCacheDrawable

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/SharedCanvasCacheDrawable.js for the most up-to-date information.

Overview

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

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

Class SharedCanvasCacheDrawable

import { SharedCanvasCacheDrawable } from 'scenerystack/scenery';

Constructor

new SharedCanvasCacheDrawable( trail, renderer, instance, sharedInstance )

Instance Methods

initialize( trail, renderer, instance, sharedInstance )

@public @override

@param {Trail} trail @param {number} renderer @param {Instance} instance @param {Instance} sharedInstance

Source Code

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