Shape

Base class for any shape components
new Shape( [ options ] )

Parameters

options object
options.color string null
options.x number 0
options.y number 0
options.rotation number 0

Properties

_initializing boolean private true
_color private
color string null
x number 0
y number 0
rotation number 0