Rac. P5Drawer

Drawer that uses a P5 instance for all drawing operations.

Constructor

new P5Drawer()

Members

debugMarkerRadius :number

Radius of the main visual elements for debug drawing.

debugPointRadius :number

Radius of point markers for debug drawing.

debugStyle :object

Style used for debug drawing, when null the style already applied is used.

debugTextOptions :object

Object with options used by the default implementation of drawable.debug().

debugTextStyle :object

Style used for text for debug drawing, when null the style already applied is used.

strokeWeightFactor :number

Factor applied to stroke weight setting. Stroke weight is set to stroke.weight * strokeWeightFactor when applicable.

Default Value:
  • 1